Jump to content

tell a form to submit when user presses return key


ldoozer

Recommended Posts

I think IE does that automatically - and users of browsers that don't will know that they can't hit return to submit. Other wise you will need an even on the entire document like onKeydown and check the code for return  (can't remeber what it is!) all in js.  As you should not rely on js I think it best to not even bother trying to do this.

Just give them a form and a submit button - at least browsers will understand what they are supposed to do then.
  • 4 months later...
I understand what you are saying, but it's not necessarily true.  I want the user to be able to press the return key and the form to be submitted, much like is done in this forum in the search field.  I don't have to tab to the "Search" button and then hit return...  I just type in the search field and hit return and it knows I want to submit.  On the form I just set up, it doesn't work like that.  How do you get it to do that?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.