<?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: Problems submitting a form via &#8216;enter&#8217; in IE</title>
	<atom:link href="http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Fri, 13 Aug 2010 11:36:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neorush</title>
		<link>http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/comment-page-1/#comment-80285</link>
		<dc:creator>Neorush</dc:creator>
		<pubDate>Thu, 06 Nov 2008 20:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=451#comment-80285</guid>
		<description>Thanks for the post man, this was driving me nuts on a site I was working on.  Adding another text field with style=&quot;display: none;&quot; fixed the issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the post man, this was driving me nuts on a site I was working on.  Adding another text field with style=&#8221;display: none;&#8221; fixed the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/comment-page-1/#comment-78807</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Mon, 27 Oct 2008 02:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=451#comment-78807</guid>
		<description>@dickbob - form.fieldnames only exists if you have more than 1 form control if you don&#039;t have a &quot;name&quot; attribute on your submit button. It&#039;s unlikely that you&#039;ll not have a &quot;name&quot; on your submit button...but all these little inconsistencies tell me I should just look for a hidden field as I know it will ALWAYS be present in the form submission.</description>
		<content:encoded><![CDATA[<p>@dickbob &#8211; form.fieldnames only exists if you have more than 1 form control if you don&#8217;t have a &#8220;name&#8221; attribute on your submit button. It&#8217;s unlikely that you&#8217;ll not have a &#8220;name&#8221; on your submit button&#8230;but all these little inconsistencies tell me I should just look for a hidden field as I know it will ALWAYS be present in the form submission.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Tai</title>
		<link>http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/comment-page-1/#comment-77998</link>
		<dc:creator>Patrick Tai</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=451#comment-77998</guid>
		<description>What is the company behind IE ? They should do more testing and ensure their products are more compliant with standards and less buggy ** sarcastic ** ;)</description>
		<content:encoded><![CDATA[<p>What is the company behind IE ? They should do more testing and ensure their products are more compliant with standards and less buggy ** sarcastic ** <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dickbob</title>
		<link>http://www.chapter31.com/2008/10/22/problems-submitting-a-form-via-enter-in-ie/comment-page-1/#comment-77983</link>
		<dc:creator>dickbob</dc:creator>
		<pubDate>Wed, 22 Oct 2008 07:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=451#comment-77983</guid>
		<description>Can I offer a simple solution? Test for the existence of the form variable &quot;fieldnames&quot;. CF only creates that when a form is submitted and has a list of all the field names in the submitted form.</description>
		<content:encoded><![CDATA[<p>Can I offer a simple solution? Test for the existence of the form variable &#8220;fieldnames&#8221;. CF only creates that when a form is submitted and has a list of all the field names in the submitted form.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
