Hi.
I have a html form, I want to submit this form with enter key i.e. without click on button ? Please help me anyone with an example ?
Thakns
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 18, 2012, 4:06 AM
Do some modification on above code
http://www.w3.org/1999/xhtml">
'submitform(event);'>
when u press Enter then event generate code 13.
hope this help.
SenthilkumarPosted Apr 18, 2012, 3:01 AM
If you have a html form with some text boxes then
try this and let me know.