Project

General

Profile

Download (177 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function kH(e) {
2
	var pK = document.all? window.event.keyCode:e.which;
3
	return pK != 13;
4
}
5
document.onkeypress = kH;
6
if (document.layers) document.captureEvents(Event.KEYPRESS);
(2-2/3)