views:

1964

answers:

2

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?

+2  A: 

If I set the src to javascript:false; it works. I found this by examining what the yui library uses.

Greg
A: 

Thanks it worked for me

Gopal