Ben Reichelt's Weblog

Sponsors

The Lounge

Wicked Cool Jobs

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Firing javascript events when textbox changes

[Advertisement]

Comments

Joshua Flanagan wrote re: Firing javascript events when textbox changes
on Thu, Mar 2 2006 1:40 PM
If I remember correctly, OnKeyUp does not fire if you paste text into the textbox (Right-click, Paste). Just something to keep in mind if you must know every time the text changes.
Ben Reichelt wrote re: Firing javascript events when textbox changes
on Thu, Mar 2 2006 2:38 PM
Good call Joshua, to cover that case you would want to put some code into the OnChange event then, or perhaps a mouse event.
Devlicio.us