<input type="button" onClick="doSome thing()">
When the user click HTML button, it will launch doSomething(). But I
want the user enter ENTER key, it will have same effect.
Please advise. Thanks!
When the user click HTML button, it will launch doSomething(). But I
want the user enter ENTER key, it will have same effect.
Please advise. Thanks!
Comment