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

Detect event.blur and event.focus

Status
Not open for further replies.

ruiter

Programmer
Mar 4, 2002
3
BR
Hi,

Sometime I need help;
I need detect with only javascript if these events
Blur()
Focus()
realy ocourred
Please, sorry for my poor english
Tank´s for all help !!!

 
what about onBlur and onFocus ?
or, did I not understand you right? --------------------------------------------------
Goals are dreams with deadlines
 
I need to detect the focus event and of loss of focus of varios fields only using the Javascript... I have that to create a function that makes this pra to finish my site I cannot directly use the events in the fields < input type... onblur or onfocus >

Thanks and forgives for my bad Portuguese

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top