J Jon Spivey Jun 3, 2006 #2 Hi, You'd attach the event to something, eg <textarea name="whatever" onkeypress="alert('key pressed');" onkeydown="alert('key down');" onkeyup="alert('key up');" > </textarea>
Hi, You'd attach the event to something, eg <textarea name="whatever" onkeypress="alert('key pressed');" onkeydown="alert('key down');" onkeyup="alert('key up');" > </textarea>