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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form field validation

Status
Not open for further replies.

david7777777777

Programmer
Sep 26, 2001
417
0
0
US
Is it possible to do field validation as soon as the user tabs out of one field and onto another? Thanks.
 
Yep, you can do it on the client side using Javascript...

What you need to process is the 'LostFocus' event.
 
According to devguru( lostFocus isn't a javascript event. Maybe it's vbScript? Dunno.

onBlur is the one you're looking for if you want to use javaScript. Use it quite often... works quite well.

:)
paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top