Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automaticly submitted with enter in keyboard?

Status
Not open for further replies.
sure:
<input type="text"..... onkeydown="event.keyCode==13?SubmitFrm():''">

<script>
function SubmitFrm()
{
document.FormName.submit()
}
</script>

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top