<?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: Block Enter Key Submit</title>
	<atom:link href="http://elegando.jcg3.org/2007/11/block-enter-key-submit/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegando.jcg3.org/2007/11/block-enter-key-submit/</link>
	<description>elegant » being unusually effective and simple...</description>
	<lastBuildDate>Sun, 01 May 2011 18:01:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Goushnoulg Bougourlouvitch</title>
		<link>http://elegando.jcg3.org/2007/11/block-enter-key-submit/comment-page-1/#comment-5694</link>
		<dc:creator>Goushnoulg Bougourlouvitch</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.elegando.com/2007/11/block-enter-key-submit/#comment-5694</guid>
		<description>There was a problem I was facing with a web form I made, and that was that whenever the user pressed the enter key while typing in a text box, he was taken to the previous page. Obviously it was very irritating so I thought about making up a javascript routine to eat away the Enter key. At first I made up a function using window.event and that was working perfectly fine until I discovered that it wasn’t working in Firefox 3. So I starting googling things out and came up with this function. This baby works fine in both browsers.

And never forget this : PHP is server-side technology and therefore runs on the server - so there is no way for it to determine what keys where pressed at the client (aka the user).

getElementById is not overrated its just not documented enough</description>
		<content:encoded><![CDATA[<p>There was a problem I was facing with a web form I made, and that was that whenever the user pressed the enter key while typing in a text box, he was taken to the previous page. Obviously it was very irritating so I thought about making up a javascript routine to eat away the Enter key. At first I made up a function using window.event and that was working perfectly fine until I discovered that it wasn’t working in Firefox 3. So I starting googling things out and came up with this function. This baby works fine in both browsers.</p>
<p>And never forget this : PHP is server-side technology and therefore runs on the server &#8211; so there is no way for it to determine what keys where pressed at the client (aka the user).</p>
<p>getElementById is not overrated its just not documented enough</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason G.</title>
		<link>http://elegando.jcg3.org/2007/11/block-enter-key-submit/comment-page-1/#comment-245</link>
		<dc:creator>Jason G.</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.elegando.com/2007/11/block-enter-key-submit/#comment-245</guid>
		<description>My example on this page should only be showing the code...  it wasn&#039;t initially, but I fixed it now.

Make sure you set up the javascript right...  you need to wrap the js portion in script tags for the page to find it properly.</description>
		<content:encoded><![CDATA[<p>My example on this page should only be showing the code&#8230;  it wasn&#8217;t initially, but I fixed it now.</p>
<p>Make sure you set up the javascript right&#8230;  you need to wrap the js portion in script tags for the page to find it properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Cornejo</title>
		<link>http://elegando.jcg3.org/2007/11/block-enter-key-submit/comment-page-1/#comment-244</link>
		<dc:creator>Gustavo Cornejo</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.elegando.com/2007/11/block-enter-key-submit/#comment-244</guid>
		<description>In FF2 I&#039;m getting:
in your page: blokEnter is not defined
I think the function isn&#039;t included in your page.

But using it in my page I get another error:
setting a property that has only a getter</description>
		<content:encoded><![CDATA[<p>In FF2 I&#8217;m getting:<br />
in your page: blokEnter is not defined<br />
I think the function isn&#8217;t included in your page.</p>
<p>But using it in my page I get another error:<br />
setting a property that has only a getter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

