I have an onKeypress event in the text box This works in FireFox, not in IE
event is passed as undefined in IE
PriceInBox.onkeypress = function(event) { return moZoltarCurrent.evt_checkForInt(event); }
javascript internet-explorer
Praveen
source share