Javascript onfocus event

Posted by tazim on Stack Overflow See other posts from Stack Overflow or by tazim
Published on 2010-06-01T11:35:57Z Indexed on 2010/06/01 11:53 UTC
Read the original article Hit count: 353

Filed under:

I have textbox whose value if entered needs to be validated using some regularexpression I need to validate the value as user is entering the data. Which is suitable event can be used for this ? some sample example of using onfocus event on textbox will be helpful

© Stack Overflow or respective owner

Related posts about javascript-events