You receive a security warning in Internet Explorer 7 when you visit a Web page that is hosted on a secure Web site (925014)
The information in this article applies to:
- Microsoft Internet Explorer 7.0
SYMPTOMSWhen you use Windows Internet Explorer 7 to visit a Web page that is hosted on a secure Web site (HTTPS), you unexpectedly receive the following security warning:
This page contains both secure and nonsecure items. Do you want to display the nonsecure items?CAUSEThis problem occurs if the Web page script calls the removeChild() method to delete a DIV element that references a background image. WORKAROUNDTo work around this problem, use one of the following methods.
Method 1
Use the outerHTML property to delete the DIV element, as in the following example: document.getElementById('myDiv').outerHTML=" " Method 2Put the background-image into a cascading style sheets file, as in the following example: <style type="text/css">
{ background-image: url(image.jpg); }
</style>
Modification Type: | Major | Last Reviewed: | 10/4/2006 |
---|
Keywords: | kbprb kbtshoot kbErrorsandWarnings kbWebBrowser KB925014 kbAudDeveloper |
---|
|