ChuckGoose
08-15-2003, 01:50 PM
I need to perform a function every time a key is pressed in a text input. Problem is, onkeypress happens before the value of the textbox is modified. So I need to figure out what they did. Pulling the key code and adding it to the current value works fine and dandy until you think, what if they selected some characters and pressed another? Long story short, I need to know what the value is going to be. There's got to be a way, or am I just stuck with timeout and hope browser updates before it runs out?
Thanks,
Chuck
Thanks,
Chuck