Feedback on: irt.org FAQ Knowledge Base Q985
Worth:
Very worth reading
Comments:
There is a typo on this page.
The if statement in the function netscapeKeyPress(e) reads:
if (e.which == 13);
and should read:
if (e.which == 13)
This is causing the line right below the if statement to fire on every key press, not just key 13.
Thanks for a great site!
Worth:
Very worth reading
Comments:
This script does not work in Netscape 6. Any ideas on how to get it working?
Worth:
Very worth reading
Comments:
This doesn't work on fields other than text or textarea in v4.73
Any ideas?