Brandon Jaeger Posted October 2, 2008 Share Posted October 2, 2008 Is there a way to catch when the user is typing in a form? Like ontype="" ? Thanks, Brandon Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted October 2, 2008 Share Posted October 2, 2008 What about "onkeyup"? Here is a list of the event handlers. If you are trying to get what the user is typing you can use onblur, after it is changed, and then get the value and do whatever with it. Quote Link to comment Share on other sites More sharing options...
Brandon Jaeger Posted October 2, 2008 Author Share Posted October 2, 2008 Actually, I'm currently using onblur, but I think what I'm looking for is onchange. Thanks a lot for the list!!! Edit: I just tested onchange and it didn't work as I wanted it to, so I tried your suggestion and it worked perfectly Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.