<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get rid of the IE iframe &#8220;click&#8221;</title>
	<atom:link href="http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:31:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dragon2000gh</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-260234</link>
		<dc:creator>dragon2000gh</dc:creator>
		<pubDate>Fri, 21 Dec 2007 10:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-260234</guid>
		<description>Try to avoid using IFrame because of the search engines, wrong navigating etc</description>
		<content:encoded><![CDATA[<p>Try to avoid using IFrame because of the search engines, wrong navigating etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design NY</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258975</link>
		<dc:creator>Web Design NY</dc:creator>
		<pubDate>Sun, 18 Nov 2007 03:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258975</guid>
		<description>Oh, com&#039;on, I&#039;m sure they had a reason for that... Just like when you get &quot;the&quot; Blue screen!</description>
		<content:encoded><![CDATA[<p>Oh, com&#8217;on, I&#8217;m sure they had a reason for that&#8230; Just like when you get &#8220;the&#8221; Blue screen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258678</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Tue, 13 Nov 2007 23:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258678</guid>
		<description>@Simon

While this is true, you will still get the &quot;click&quot; sound when setting the src attribute on the IFrame, which was the point of my article.</description>
		<content:encoded><![CDATA[<p>@Simon</p>
<p>While this is true, you will still get the &#8220;click&#8221; sound when setting the src attribute on the IFrame, which was the point of my article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Jia</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258666</link>
		<dc:creator>Simon Jia</dc:creator>
		<pubDate>Tue, 13 Nov 2007 20:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258666</guid>
		<description>Another method I&#039;ve tried was using document.write to insert the iframe. When you click on the back button, it doesn&#039;t do the &quot;click&quot; crap.</description>
		<content:encoded><![CDATA[<p>Another method I&#8217;ve tried was using document.write to insert the iframe. When you click on the back button, it doesn&#8217;t do the &#8220;click&#8221; crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258661</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Tue, 13 Nov 2007 18:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258661</guid>
		<description>@Captain Yoinksac

True, but sometimes, you don&#039;t have the option of not using IFrames. IFrames can be very useful to sandbox third party content for instance.</description>
		<content:encoded><![CDATA[<p>@Captain Yoinksac</p>
<p>True, but sometimes, you don&#8217;t have the option of not using IFrames. IFrames can be very useful to sandbox third party content for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captain Yoinksac</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258642</link>
		<dc:creator>Captain Yoinksac</dc:creator>
		<pubDate>Tue, 13 Nov 2007 13:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258642</guid>
		<description>Or... don&#039;t use dirty IFRAMEs?</description>
		<content:encoded><![CDATA[<p>Or&#8230; don&#8217;t use dirty IFRAMEs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258621</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Tue, 13 Nov 2007 00:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258621</guid>
		<description>@Tiago

There is a fork based on the user agent (see the &lt;code&gt;setIFrameSrc&lt;/code&gt; function) On non-IE browsers (and that includes Firefox obviously), I only set the IFrame src attribute, so your point is invalid.</description>
		<content:encoded><![CDATA[<p>@Tiago</p>
<p>There is a fork based on the user agent (see the <code>setIFrameSrc</code> function) On non-IE browsers (and that includes Firefox obviously), I only set the IFrame src attribute, so your point is invalid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EmEhRKay</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258620</link>
		<dc:creator>EmEhRKay</dc:creator>
		<pubDate>Tue, 13 Nov 2007 00:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258620</guid>
		<description>I am slowing beginning to hate Microsoft.</description>
		<content:encoded><![CDATA[<p>I am slowing beginning to hate Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Albineli Motta</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258614</link>
		<dc:creator>Tiago Albineli Motta</dc:creator>
		<pubDate>Mon, 12 Nov 2007 22:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258614</guid>
		<description>This solution has a problem in Firefox, sometimes this browser thinks the iframe is not loaded and the loading animation on the tabs dont stop.</description>
		<content:encoded><![CDATA[<p>This solution has a problem in Firefox, sometimes this browser thinks the iframe is not loaded and the loading animation on the tabs dont stop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258608</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Mon, 12 Nov 2007 18:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258608</guid>
		<description>@Robbert

The bgsound trick does not seem to work (at least not on IE7) Moreover, the bgsound tag is non standard, so it may be better not to use it.</description>
		<content:encoded><![CDATA[<p>@Robbert</p>
<p>The bgsound trick does not seem to work (at least not on IE7) Moreover, the bgsound tag is non standard, so it may be better not to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbert Broersma</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258597</link>
		<dc:creator>Robbert Broersma</dc:creator>
		<pubDate>Mon, 12 Nov 2007 15:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258597</guid>
		<description>I don&#039;t know if it still works, but the solution I used way back in 2001, was setting a 0-byte .wav as background sound:

bgsound src=&quot;zerobyte.wav&quot; loop=&quot;-1&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it still works, but the solution I used way back in 2001, was setting a 0-byte .wav as background sound:</p>
<p>bgsound src=&#8221;zerobyte.wav&#8221; loop=&#8221;-1&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258596</link>
		<dc:creator>Benoit</dc:creator>
		<pubDate>Mon, 12 Nov 2007 12:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258596</guid>
		<description>It made me think to Macromedia Flash loader (don&#039;t remember its real name) used to load flash objects without having to click for using it  in internet explorer.
It uses document.write to create the embed and object tags after the content rendering is started, so Internet explorer don&#039;t lock the flash objects until clicked.</description>
		<content:encoded><![CDATA[<p>It made me think to Macromedia Flash loader (don&#8217;t remember its real name) used to load flash objects without having to click for using it  in internet explorer.<br />
It uses document.write to create the embed and object tags after the content rendering is started, so Internet explorer don&#8217;t lock the flash objects until clicked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bloom</title>
		<link>http://ajaxian.com/archives/get-rid-of-the-ie-iframe-click/comment-page-1#comment-258594</link>
		<dc:creator>David Bloom</dc:creator>
		<pubDate>Mon, 12 Nov 2007 12:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2995#comment-258594</guid>
		<description>What sucks is, this won&#039;t add an entry to the browser history. So you still must have the click if you want to support back/forward button navigation...</description>
		<content:encoded><![CDATA[<p>What sucks is, this won&#8217;t add an entry to the browser history. So you still must have the click if you want to support back/forward button navigation&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
