<?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"
	>
<channel>
	<title>Comments on: Disabling Tab with JavaScript</title>
	<atom:link href="http://www.tommcfarlin.com/2008/05/14/disabling-tab-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommcfarlin.com/2008/05/14/disabling-tab-with-javascript/</link>
	<description>assorted tomfoolery</description>
	<pubDate>Fri, 29 Aug 2008 03:09:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tom</title>
		<link>http://www.tommcfarlin.com/2008/05/14/disabling-tab-with-javascript/#comment-103</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 30 Jul 2008 11:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=29#comment-103</guid>
		<description>Tom,

Thanks for the comment - I'll be sure to point future readers to your comment just in case!

Tom</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Thanks for the comment - I&#8217;ll be sure to point future readers to your comment just in case!</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.tommcfarlin.com/2008/05/14/disabling-tab-with-javascript/#comment-101</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 30 Jul 2008 05:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=29#comment-101</guid>
		<description>Heya there,

Just found your post in a search for "javascript override tab key".

Your solution didn't seem to work for me on Firefox 3 (Max OSX)

I had to use:

if (evt.keyCode==9) {
  evt.preventDefault();
  evt.stopPropagation();
}

Cheers,
t</description>
		<content:encoded><![CDATA[<p>Heya there,</p>
<p>Just found your post in a search for &#8220;javascript override tab key&#8221;.</p>
<p>Your solution didn&#8217;t seem to work for me on Firefox 3 (Max OSX)</p>
<p>I had to use:</p>
<p>if (evt.keyCode==9) {<br />
  evt.preventDefault();<br />
  evt.stopPropagation();<br />
}</p>
<p>Cheers,<br />
t</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.331 seconds -->
