<?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: JavaScript Invalid Argument in Internet Explorer Only</title>
	<atom:link href="http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/</link>
	<description>We make Ruby on Rails easy.  We make ATG easy.</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:10:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hombre</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10713</link>
		<dc:creator>Hombre</dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10713</guid>
		<description>Thanks man.. saved me a lot work!</description>
		<content:encoded><![CDATA[<p>Thanks man.. saved me a lot work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Kim</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10693</link>
		<dc:creator>Frank Kim</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10693</guid>
		<description>Hi Krithi,
My other guess is that one of the URL&#039;s on your page has a space in it. Try testing your function on a simple page with one anchor. Make the URL in the anchor have a space and see if you can reproduce the problem.
-Frank</description>
		<content:encoded><![CDATA[<p>Hi Krithi,<br />
My other guess is that one of the URL&#8217;s on your page has a space in it. Try testing your function on a simple page with one anchor. Make the URL in the anchor have a space and see if you can reproduce the problem.<br />
-Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krithi</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10691</link>
		<dc:creator>Krithi</dc:creator>
		<pubDate>Wed, 30 Nov 2011 05:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10691</guid>
		<description>yes it occurs only in IE.any other clue to check it.</description>
		<content:encoded><![CDATA[<p>yes it occurs only in IE.any other clue to check it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Kim</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10690</link>
		<dc:creator>Frank Kim</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10690</guid>
		<description>Hi Krithi,
Not sure what that error could be. Is it an IE only issue? Your code doesn&#039;t have the window.open which was causing the problem I found in this post.
-Frank</description>
		<content:encoded><![CDATA[<p>Hi Krithi,<br />
Not sure what that error could be. Is it an IE only issue? Your code doesn&#8217;t have the window.open which was causing the problem I found in this post.<br />
-Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krithi</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10689</link>
		<dc:creator>Krithi</dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10689</guid>
		<description>Even i am getting the following
Line: 14
Character: 4
Code: 0
Error Message: Invalid argument.
in an external.js file.

Really struggling with the error.
this is that js file
function goExternalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName(&quot;a&quot;);
 for (var i=0; i&lt;anchors.length; i++) 
 {
   var anchor = anchors[i];
   if (anchor.getAttribute(&quot;href&quot;) &amp;&amp; anchor.getAttribute(&quot;rel&quot;) == &quot;external&quot;)
   anchor.target = &quot;_blank&quot;;
 }
please need response urgently</description>
		<content:encoded><![CDATA[<p>Even i am getting the following<br />
Line: 14<br />
Character: 4<br />
Code: 0<br />
Error Message: Invalid argument.<br />
in an external.js file.</p>
<p>Really struggling with the error.<br />
this is that js file<br />
function goExternalLinks() {<br />
 if (!document.getElementsByTagName) return;<br />
 var anchors = document.getElementsByTagName(&#8220;a&#8221;);<br />
 for (var i=0; i&lt;anchors.length; i++)<br />
 {<br />
   var anchor = anchors[i];<br />
   if (anchor.getAttribute(&quot;href&quot;) &amp;&amp; anchor.getAttribute(&quot;rel&quot;) == &quot;external&quot;)<br />
   anchor.target = &quot;_blank&quot;;<br />
 }<br />
please need response urgently</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Kim</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10669</link>
		<dc:creator>Frank Kim</dc:creator>
		<pubDate>Sun, 13 Nov 2011 14:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10669</guid>
		<description>Jared, try %20 in your URL for a space.
http://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20</description>
		<content:encoded><![CDATA[<p>Jared, try %20 in your URL for a space.<br />
<a href="http://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20" rel="nofollow">http://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared - Regina Web Design</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10668</link>
		<dc:creator>Jared - Regina Web Design</dc:creator>
		<pubDate>Sun, 13 Nov 2011 06:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10668</guid>
		<description>Do you know if you can put in some sort of character sequence to get the spaces if you want them?</description>
		<content:encoded><![CDATA[<p>Do you know if you can put in some sort of character sequence to get the spaces if you want them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10616</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 16 May 2011 05:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10616</guid>
		<description>Thank you for this! Saved me the trouble of having to look further into the issue.</description>
		<content:encoded><![CDATA[<p>Thank you for this! Saved me the trouble of having to look further into the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew8</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10610</link>
		<dc:creator>drew8</dc:creator>
		<pubDate>Wed, 04 May 2011 20:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10610</guid>
		<description>ie7 has the same issue. Funny thing is that lots of Government agencies still using it!</description>
		<content:encoded><![CDATA[<p>ie7 has the same issue. Funny thing is that lots of Government agencies still using it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://betweengo.com/2009/08/11/javascript-invalid-argument-internet-explorer-only/comment-page-1/#comment-10608</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Fri, 29 Apr 2011 12:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://betweengo.com/?p=813#comment-10608</guid>
		<description>The Stupid IE9 Continues with this issue, 

thanks so much for your sharing</description>
		<content:encoded><![CDATA[<p>The Stupid IE9 Continues with this issue, </p>
<p>thanks so much for your sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
