I have an HTML input box
I\'ve attached a handler for the \'keyup\' event, but if
Can you post your code? I'm not finding any issue with this. Tested on Firefox 3.01/safari 3.1.2 with:
function showMe(e) { // i am spammy! alert(e.value); } ....