Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text events

Status
Not open for further replies.

bigS47

Programmer
Jun 29, 2006
20
CA
Hey everybody,

I was just wondering if there is a way with javascript to make javascript run a function when the user types something into a text field - before he blurs it. I'm not looking for the onChange thing, I mean once the user types something into the textarea/textbox

Thanks in advance for any ideas
 
Check out onkeypress, onkeydown, onkeyup and their affiliated event handlings.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top