Content advisor bugs in IE6
Index
‹
Internet Explorer Development
‹
Internet Explorer Web Development
Author
Message
DonkeyFarmer
Posted: Internet Explorer Web Development, Content advisor bugs in IE6
Top
Microsoft desribes the bug in
http://support.microsoft.com/kb/924456
Content Advisor sending requests to webserver root isn't he only problem. If I put a frameset with a <frame> tag, I get the popup about mixed content ad do I wish to load both secure and unsecure content.
I stripped my page from everything except
<html>
<head><title>page</title></head>
<frameset>
<frame src="https://mypages.com">
</frameset>
</html>
How do I have to change my page to get rid of the annoying popup How the hell does Content Advisor deside, that my page has nonsecure content
We found a workaround for the problem, where Content Advisor sends requests to root folder.
Internet Explorer Development8
Index
‹
Internet Explorer Development
‹
Internet Explorer Web Development