[thelist] onKeyDown (Press)(Up) Not Working in NN 4.7

Gregory.John.Toland at census.gov Gregory.John.Toland at census.gov
Thu Aug 31 09:48:06 CDT 2000


I am using (Testing) NN 4.7 and I cannot get the onKeyPress, onKeyDown, or
onKeyUp events to fire off.  The onChange event works with no problem.  Any
ideas?

Does Not Work:

<textarea cols="50" id="memDescMeth" name="memDescMeth"
                      rows="6" tabIndex="8"
                      title="Description of Methodology"
                     onKeyPress="alert('Hello');"
                     wrap="virtual"></textarea>

Does Work:

<textarea cols="50" id="memDescMeth" name="memDescMeth"
                      rows="6" tabIndex="8"
                      title="Description of Methodology"
                     onChange="alert('Hello');"
                     wrap="virtual"></textarea>

Greg






More information about the thelist mailing list