Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Asual Address Plugin causing IE6 "nonsecure items" warning
    text
    copied!<p>The title pretty much says it all. If I include the <a href="http://www.asual.com/jquery/address/" rel="nofollow">Asual Address plugin</a> for jQuery in my project IE6 warns the user about "both secure and nonsecure items". I've stripped a page down to nothing but:</p> <pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head runat="server"&gt; &lt;title&gt;Title&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;script src="js/jquery.1.4.4.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="js/jquery.address-1.3.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Place that in a secure site and IE6 will throw the warning. I've looked in the source for the common culprit that is an <code>iframe</code> with an <code>"about:blank"</code> <code>src</code> tag but didn't see anything that looked like a problem.</p> <p>Any help is appreciated.</p> <p><strong>Update</strong>: I've tried Fiddler to determine where the nonsecure item is coming from. The only three things listed are:</p> <pre><code>200 HTTPS CONNECT *websiteurl*:443 200 HTTPS *websiteurl* Default.aspx 200 HTTPS *websiteurl* /js/jquery.1.4.4.min.js 200 HTTPS *websiteurl* /js/jquery.address-1.3.min.js </code></pre> <p>The difference comes if I click "No" to loading the nonsecure items. I get</p> <pre><code>200 HTTPS CONNECT *websiteurl*:443 200 HTTPS *websiteurl* Default.aspx 200 HTTPS *websiteurl* /js/jquery.1.4.4.min.js 200 HTTPS *websiteurl* /js/jquery.address-1.3.min.js 400 HTTPS *websiteurl* pagerror.gif </code></pre> <p>I've researched the <code>pagerror.gif</code>, but It comes after I've told IE <em>not</em> to load the nonsecure items, so I'm not sure it's related to my issue.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload