In our BHO, we need to replace certain images in a web page with some images stored on the local machine. The new images are stored on the local hard disk. Normally, this is an easy operation that can be accomplished by changing the property of the img tag from <img src="http://somesite.com/someBadImage.jpg"> to <img src="c:\somefolder\someBetterImage.jpg">. However, if the page is an HTTPS page, I get a "this page contains secure and non-secure items" popup. Is there any way to workaround this warning (or at least to suppress it?). Thanks! Dan