IE 6.0 is giving me the message "This page contains both secure and nonsecure items" because I have iframes on my page (for the combo box bug). I have tried pointing to a few different things in the src but I can't seem to get rid of this message without putting in a blank html page, which I would like to avoid so there isn't a server call. Is there any solution? I suppose I could use the blank page and have the cache never expire on it possibly if there is no other choice and that should avoid the server trip?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If I set the src to javascript:false; it works. I found this by examining what the yui library uses. |
|||
|
|
|
There's probably a few ways to solve this using javascript. The Another approach is to set the src attribute to |
|||
|
|