/ Published in: JavaScript
URL: http://www.felgall.com/jstip43.htm
added to the head section of the page
Expand |
Embed | Plain Text
function kH(e) { var pK = e ? e.which : window.event.keyCode; return pK != 13; } document.onkeypress = kH; if (document.layers) document.captureEvents(Event.KEYPRESS);
You need to login to post a comment.
