My problem is "this page contains secure and unsecure items" (when I load my index.php page under
https://www.mysite.com/index.php)
Everything is fine in firefox and opera, IE is the problem.
If I click view/privacy report in IE6 it lists one of my graphics, and the name of the page itself. The graphic has an https link to it, so why it is showing up in the privacy report at all I don't know.
But on the page itself, (which is index.php) I have a php include ("sig.php") statement (in the same directory) which is a form with no graphics, but it does have javascript form validation. I have realized I cannot put the full address here as in include ("https://www.mysite.com/sig.php")
So is there a way I can reference this as a sercure ssl page? or would it need to be?
Thanks,
Tin