Wednesday, November 30, 2011

Disable ENTER Key javascript

javascript:



Add the following attribute into each TextBox in your form that should disable ENTER key :
onkeypress="return noenter()"

No comments:

Post a Comment