Wednesday, February 11, 2009

'This page contains both secure and nonsecure items' using Internet Explorer

when secure pages say 'This page contains both secure and nonsecure items' using Internet Explorer 6.0 then this message occurs when attempting to view a webpage using https that contains information linked using http.

a) for example if the line below is present in a webpage
< src="http://mydomain.com/images/image1234.jpg">, and this webpage is accessed using HTTPS then that line can cause that error message to be displayed.

b) if your webpage has any iframes in them then be sure to specify the src attribute. Try “#” or “javascript:void(0);” or "javascript:'<html></html>';"
This “javascript:void(0);” worked for me in IE 6.0.


For more info, please do refer
webpages with iframes
content mix in webapge

No comments: