/ Published in: JavaScript
Expand |
Embed | Plain Text
---- HTML ----- <input type="text" onKeyPress="SearchName(event)"> ---- JS ----- <script type="text/javascript"> function SearchName(e) { alert(e.keyCode); } </script>
You need to login to post a comment.
