﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ladysign Dev Blog &#187; warning</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTTPS: Internet Explorer nonsecure popup</title>
		<link>http://www.ladysign-apps.com/blog/code/html/https-internet-explorer-nonsecure-popup/</link>
		<comments>http://www.ladysign-apps.com/blog/code/html/https-internet-explorer-nonsecure-popup/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:51:23 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ie nonsecure]]></category>
		<category><![CDATA[ie6 https]]></category>
		<category><![CDATA[nonsecure popup]]></category>
		<category><![CDATA[security popup]]></category>
		<category><![CDATA[ssl certificate]]></category>
		<category><![CDATA[unsigned certificate]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=403</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>&#8220;Do you want to display nonsecure items?&#8221;. You&#8217;ve probably seen this popup once before. &#8211; You&#82[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>&#8220;Do you want to display nonsecure items?&#8221;. You&#8217;ve probably seen this popup once before. &#8211; You&#8217;ll receive this warning message when you are on a HTTPS (signed SSL certificate) website, and you are loading nonsecure items such as iframes or images with an HTTP url instead of HTTPS.</p>
<p><img src="http://ladysign-apps.com/blog/lee/iesecure.jpg" alt="iesecure" title="iesecure" width="332" height="150" class="aligncenter size-full wp-image-407" /></p>
<p>Now talking about bug fixing, such a popup can really scare your visitors, for example seeing this warning after filling in personal or bank details.<br />
In worse case it can prevent visitors from making a booking, and that can lost you sales.<br />
To see where this warning is comming from, you can always see before clicking on the &#8220;YES&#8221; (I want to display) button of the popup, in the statusbar (bottom left of your browser), which item it is loading. (that item requires the confirmation).</p>
<p>Sometimes this is not the case. For example when you are dynamicly loading a page in an iframe:</p>
<pre class="brush: xml;">
&lt;iframe name=&quot;myIframe&quot; id=&quot;myIframe&quot; scrolling=&quot;no&quot;&gt;&lt;/IFRAME&gt;
</pre>
<p>In this case, the security popup warning won&#8217;t be shown in Firefox but Internet Explorer will bug.<br />
There is no src parameter, (or there is an empty src parameter: src=&#8221;").</p>
<p>The solution is easy. Let the browser first load an empty page, and then dynamicly reload it with a different page.</p>
<pre class="brush: xml;">
 &lt;iframe name=&quot;myIframe&quot; id=&quot;myIframe&quot; scrolling=&quot;no&quot; src=&quot;blank.html&quot;&gt;&lt;/IFRAME&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/html/https-internet-explorer-nonsecure-popup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
