<?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: IE Redirect Bug with Dynamic Location Hash</title>
	<atom:link href="http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/</link>
	<description>Insights on the IT world by Michi Kono</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:04:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: smccabe</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15187</link>
		<dc:creator>smccabe</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15187</guid>
		<description>Adding my thanks, this bug was owning me for a while until I found your article.  Stupid IE!</description>
		<content:encoded><![CDATA[<p>Adding my thanks, this bug was owning me for a while until I found your article.  Stupid IE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scinos</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15046</link>
		<dc:creator>scinos</dc:creator>
		<pubDate>Fri, 30 Oct 2009 00:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15046</guid>
		<description>Sorry, my previous comment has a typo. It should read &quot;var a = &#039;something&#039;;&quot;</description>
		<content:encoded><![CDATA[<p>Sorry, my previous comment has a typo. It should read &#8220;var a = &#8216;something&#8217;;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scinos</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15045</link>
		<dc:creator>scinos</dc:creator>
		<pubDate>Fri, 30 Oct 2009 00:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15045</guid>
		<description>I&#039;ve found a related bug in IE8 (maybe in IE7, not in IE6).

Sometimes, this code displays the alert:

var a = ;
document.location.hash=a;
if (document.location.hash != a) {
   alert (&quot;FAIL!&quot;);
}


In that case, the page also get redirected to document.location.href without a hash. Very weird.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a related bug in IE8 (maybe in IE7, not in IE6).</p>
<p>Sometimes, this code displays the alert:</p>
<p>var a = ;<br />
document.location.hash=a;<br />
if (document.location.hash != a) {<br />
   alert (&#8220;FAIL!&#8221;);<br />
}</p>
<p>In that case, the page also get redirected to document.location.href without a hash. Very weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15000</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 00:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-15000</guid>
		<description>you can add IE8 to this too</description>
		<content:encoded><![CDATA[<p>you can add IE8 to this too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethaniel</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14868</link>
		<dc:creator>ethaniel</dc:creator>
		<pubDate>Mon, 13 Oct 2008 12:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14868</guid>
		<description>Dude,thanks alot. I wasted several days trying to figure this out.</description>
		<content:encoded><![CDATA[<p>Dude,thanks alot. I wasted several days trying to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14751</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14751</guid>
		<description>i found a related bug.

in server side a.aspx :

Response.Redirect(&quot;test.aspx?v=123#a&quot;);

in test.aspx:

Request[&quot;v&quot;] is &quot;123#a&quot;

but Request[&quot;v&quot;] should be &quot;123&quot;

it only exists on IE6. IE7 and Firefox are OK.</description>
		<content:encoded><![CDATA[<p>i found a related bug.</p>
<p>in server side a.aspx :</p>
<p>Response.Redirect(&#8220;test.aspx?v=123#a&#8221;);</p>
<p>in test.aspx:</p>
<p>Request["v"] is &#8220;123#a&#8221;</p>
<p>but Request["v"] should be &#8220;123&#8243;</p>
<p>it only exists on IE6. IE7 and Firefox are OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14750</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-14750</guid>
		<description>i found a related bug.

in server side a.aspx :

Response.Redirect(&quot;test.aspx?v=123#a&quot;);

in test.aspx:

Request[&quot;url&quot;] is &quot;123#a&quot;

but Request[&quot;url&quot;] should be &quot;123&quot;

it only exists on IE6. IE7 and Firefox are OK.</description>
		<content:encoded><![CDATA[<p>i found a related bug.</p>
<p>in server side a.aspx :</p>
<p>Response.Redirect(&#8220;test.aspx?v=123#a&#8221;);</p>
<p>in test.aspx:</p>
<p>Request["url"] is &#8220;123#a&#8221;</p>
<p>but Request["url"] should be &#8220;123&#8243;</p>
<p>it only exists on IE6. IE7 and Firefox are OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-12572</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Fri, 14 Dec 2007 19:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/06/06/ie-redirect-bug-with-dynamic-location-hash/#comment-12572</guid>
		<description>Thanks.  This just solved a bug I&#039;ve been trying to fix for 3 days.</description>
		<content:encoded><![CDATA[<p>Thanks.  This just solved a bug I&#8217;ve been trying to fix for 3 days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
