<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034212" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034212</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/enter-automatically-submit-form-ie#comment-1199240</link>
    <description> &lt;p&gt;Usually using an input type=&quot;submit&quot; as a function call automatically makes the form submit by pressing enter... I agree there are some issues on this, the only thing to make sure it submits is using javascript, something like an onKeypress event...&lt;/p&gt;
&lt;p&gt;function catchEnter(e) {&lt;br /&gt;
if (!e) var e = window.event;&lt;br /&gt;
if (e.keyCode) code = e.keyCode;&lt;br /&gt;
else if (e.which) code = e.which;&lt;/p&gt;
&lt;p&gt;if (code==13) {&lt;br /&gt;
//submit the form code etc...&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 01:33:04 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1199240 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/enter-automatically-submit-form-ie#comment-1199228</link>
    <description> &lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I just tried your simple sample form above and it worked fine in both IE and FF. However I tried it on a more complex with multiple fields and different field types (select list and radio buttons) and it did work in either IE or FF. I&#039;m not sure there is much you can do about this.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 May 2006 22:56:51 +0000</pubDate>
 <dc:creator>da644</dc:creator>
 <guid isPermaLink="false">comment 1199228 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/enter-automatically-submit-form-ie#comment-1198630</link>
    <description> &lt;p&gt;Well its just a basic form...&lt;/p&gt;
&lt;p&gt;something like&lt;/p&gt;
&lt;p&gt;It&#039;s not a &quot;problem&quot; like there is a bug with the form. It&#039;s just IE doesn&#039;t automatically push submit when someone hits enter after typing something into the text field, and I would like it to. Firefox does.&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 03:00:36 +0000</pubDate>
 <dc:creator>slpshtjack</dc:creator>
 <guid isPermaLink="false">comment 1198630 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/enter-automatically-submit-form-ie#comment-1198619</link>
    <description> &lt;p&gt;Can you give us a link to the form? Or just the HTML code? That should show us the problem. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 00:14:22 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1198619 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
