Forum Moderators: open

Message Too Old, No Replies

weird OnKeyPress Event

         

kadnan

5:28 am on Nov 17, 2005 (gmt 0)

10+ Year Member



i want to retrieve value of texrbox on each hit,however it doesnt fetch value on first hit and start capturing values from second hits starts from one, for instance ,if i write a then d,it will fetch <b>a</b> on second attempt and its quite annoying that its fetching one less character than orignal value,any hint?

Bernard Marx

11:15 am on Nov 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



onkeypress is fired before the new character is entered.
Use onkeyup instead.