Hi ,
I am getting secure/non-secure items alert message when i open a popup window. so, how do i stop this message ?
Thanks in advance...
Printable View
Hi ,
I am getting secure/non-secure items alert message when i open a popup window. so, how do i stop this message ?
Thanks in advance...
Your popup contains mixed http / https requests. Make it all of one type - otherwise you have to modify the browser settings.
this is getting only in IE and how do i change without changing browser settings.
As mmetzger said, you need to make sure that all contents loaded are either HTTP or HTTPS. If they are mixed, then you will get that message every time.
how to find out where exactly getting that message in webpage?
How else??? :confused: ....By looking through your code.
Check to see to where your srcs and stylesheets point. The easiest way would be to download Safari and check the Activity Browser for all the loaded items.