<?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: Internet Explorer 6 and redirected anchor links</title>
	<atom:link href="http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/</link>
	<description>Technology, Web, Toys, Games, Design, Entertainment, Gadgets, &#38; Geeking Out</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:50:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ian Hoar</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-25602</link>
		<dc:creator>Ian Hoar</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-25602</guid>
		<description>Good idea, code will not validate without using &amp; either.</description>
		<content:encoded><![CDATA[<p>Good idea, code will not validate without using &amp; either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EM</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-25600</link>
		<dc:creator>EM</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-25600</guid>
		<description>Sorry - My previous comment has been automatically altered by this website&#039;s comment system.

In relation to the issue being discussed; I solved the problem by using the html entity  &amp; amp; instead of just &amp; before the hash.</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; My previous comment has been automatically altered by this website&#8217;s comment system.</p>
<p>In relation to the issue being discussed; I solved the problem by using the html entity  &amp; amp; instead of just &amp; before the hash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EM</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-25599</link>
		<dc:creator>EM</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-25599</guid>
		<description>I sorted this for redirects in ASP.NET. The problem was still occuring if you put the &amp; before the hash #. To beat this I changed the amerpersand to &amp; so the url went from:

www.whatever.com?id=23&amp;#Anchor

To

www.whatever.com?id=23&amp;#Anchor


Worked for me, after hours of pain. Hope it can help someone else.</description>
		<content:encoded><![CDATA[<p>I sorted this for redirects in ASP.NET. The problem was still occuring if you put the &amp; before the hash #. To beat this I changed the amerpersand to &amp; so the url went from:</p>
<p><a href="http://www.whatever.com?id=23&#038;#Anchor" rel="nofollow">http://www.whatever.com?id=23&#038;#Anchor</a></p>
<p>To</p>
<p><a href="http://www.whatever.com?id=23&#038;#Anchor" rel="nofollow">http://www.whatever.com?id=23&#038;#Anchor</a></p>
<p>Worked for me, after hours of pain. Hope it can help someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadir Shah</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-22160</link>
		<dc:creator>Nadir Shah</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-22160</guid>
		<description>&lt;!--- OTHER BROSERS




 IE


REDIRECT PAGE



	
		
		Loading...
	
	
	
		redirecting
	

---&gt;</description>
		<content:encoded><![CDATA[<p>&lt;!&#8212; OTHER BROSERS</p>
<p> IE</p>
<p>REDIRECT PAGE</p>
<p>		Loading&#8230;</p>
<p>		redirecting</p>
<p>&#8212;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadir Shah</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-22159</link>
		<dc:creator>Nadir Shah</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-22159</guid>
		<description>&lt;!---here is the code again the :) code is missing above due to comments page filtering here t is

REDIRECT PAGE


	
		
		Loading...
	
	
	
		redirecting
	


for IE


for other browsers



</description>
		<content:encoded><![CDATA[<p>&lt;!&#8212;here is the code again the <img src='http://www.ianhoar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  code is missing above due to comments page filtering here t is</p>
<p>REDIRECT PAGE</p>
<p>		Loading&#8230;</p>
<p>		redirecting</p>
<p>for IE</p>
<p>for other browsers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadir Shah</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-22158</link>
		<dc:creator>Nadir Shah</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-22158</guid>
		<description>SOLUTION

Hello everyone

You can use anchors successfully on ie6 or 7 without any problem on coldfusion.cfm pages as well or any page just remember that you need to add a &quot;?&quot; before the &quot;&amp;&quot; and &quot;#&quot; characters.

example...

dot.com/index.cfm?&amp;#anchorname

Also the good news is that you can call any element by ID on that page to do that you need to add a id=&quot;name&quot; to the placeholder element that you wish to point to.

If you are facing problems for example calling the url from coldfusion variables there are numerous exception errors encountered due to the reason the Coldfusion uses #hash sign internally for language commands therefore it sometimes erros out the missing ending #hash#.

There is another simple way to resolve this issue by creating a redirect page.

example...



	
		
		Loading...
	
	
	
		redirecting
	


the page above will automatically instantly redirect you to the specified anchorname in &quot;0&quot; seconds.

also i assume you are using this function for jumping to specific areas of a webpage it would be wise to aslo disable the scroll bars for IE6+ and other browsers the way it is done.

for &quot;Internet Explorer 6&quot;
 !!!add this to the body tag of the page!!!

for &quot;Other Browsers&quot; !!!use css style tag!!!



 !!!remember this code goes before the  tag on the page.



hope this helps... HAVE FUN ;-)</description>
		<content:encoded><![CDATA[<p>SOLUTION</p>
<p>Hello everyone</p>
<p>You can use anchors successfully on ie6 or 7 without any problem on coldfusion.cfm pages as well or any page just remember that you need to add a &#8220;?&#8221; before the &#8220;&amp;&#8221; and &#8220;#&#8221; characters.</p>
<p>example&#8230;</p>
<p>dot.com/index.cfm?&amp;#anchorname</p>
<p>Also the good news is that you can call any element by ID on that page to do that you need to add a id=&#8221;name&#8221; to the placeholder element that you wish to point to.</p>
<p>If you are facing problems for example calling the url from coldfusion variables there are numerous exception errors encountered due to the reason the Coldfusion uses #hash sign internally for language commands therefore it sometimes erros out the missing ending #hash#.</p>
<p>There is another simple way to resolve this issue by creating a redirect page.</p>
<p>example&#8230;</p>
<p>		Loading&#8230;</p>
<p>		redirecting</p>
<p>the page above will automatically instantly redirect you to the specified anchorname in &#8220;0&#8243; seconds.</p>
<p>also i assume you are using this function for jumping to specific areas of a webpage it would be wise to aslo disable the scroll bars for IE6+ and other browsers the way it is done.</p>
<p>for &#8220;Internet Explorer 6&#8243;<br />
 !!!add this to the body tag of the page!!!</p>
<p>for &#8220;Other Browsers&#8221; !!!use css style tag!!!</p>
<p> !!!remember this code goes before the  tag on the page.</p>
<p>hope this helps&#8230; HAVE FUN <img src='http://www.ianhoar.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Hoar</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-17586</link>
		<dc:creator>Ian Hoar</dc:creator>
		<pubDate>Wed, 18 Nov 2009 00:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-17586</guid>
		<description>Hi ravil, thanks, sorry it didn&#039;t work for you. It seems to be kind of random. Maybe it depends on the redirect, it seems to work for some and not others.</description>
		<content:encoded><![CDATA[<p>Hi ravil, thanks, sorry it didn&#8217;t work for you. It seems to be kind of random. Maybe it depends on the redirect, it seems to work for some and not others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravil</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-17581</link>
		<dc:creator>ravil</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-17581</guid>
		<description>I also loved your sarcasm in the article. (Damn IE6 and 7... Opera forever =) )
Anyways... Just a little feedback. Putting an &amp; before # did not solve my problem either. I guess I&#039;ll just have to use JavaScript for IE6 to work.</description>
		<content:encoded><![CDATA[<p>I also loved your sarcasm in the article. (Damn IE6 and 7&#8230; Opera forever =) )<br />
Anyways&#8230; Just a little feedback. Putting an &amp; before # did not solve my problem either. I guess I&#8217;ll just have to use JavaScript for IE6 to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j1nn</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-15845</link>
		<dc:creator>j1nn</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-15845</guid>
		<description>indeed stupid ie.
did not work for me either..</description>
		<content:encoded><![CDATA[<p>indeed stupid ie.<br />
did not work for me either..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy</title>
		<link>http://www.ianhoar.com/2008/11/16/internet-explorer-6-and-redirected-anchor-links/comment-page-1/#comment-3783</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Mon, 08 Dec 2008 22:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3224#comment-3783</guid>
		<description>&amp; doesnt work for me either. I&#039;m coding in ColdFusion and all ColdFusion dynamic values are outputed between the two # so having a # in front of an anchor doesnt really help, especially with redirection. My page loads just fine, just doesnt jump to anchor. Stupid IE</description>
		<content:encoded><![CDATA[<p>&amp; doesnt work for me either. I&#8217;m coding in ColdFusion and all ColdFusion dynamic values are outputed between the two # so having a # in front of an anchor doesnt really help, especially with redirection. My page loads just fine, just doesnt jump to anchor. Stupid IE</p>
]]></content:encoded>
	</item>
</channel>
</rss>

