I would like to utilize the onKeyUp, onKeyDown, and onKeyPress events of a
text input element. However, when I specified the event for the element, my
client-side javascript scripts do not get executed in Netscape 4.7. Does
anyone know if there is a trick to getting this to work??

I know the scripts work because I tested them with the onChange event and
everything worked fine.

Thanks