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.
Link to comment
Share on other sites

  • 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?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.