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

cross browser event bubbling

Status
Not open for further replies.

KCWMS

MIS
Mar 25, 2004
38
US
I always include a title tag with descriptive text for each field (i.e.: "First Name (max 30 chars)") and an OnFocus and OnBlur event that prints and clears that same text to the status bar (i.e.: OnBlur="window.status=this.title;").

I would like to capture the onBlur and OnFocus event and, if the event was triggered by an input box or checkbox, run the window.status thing above.

How do I/Can I make this work consistently in I.E. and Firefox at a minimum?

Kevin
 
Maybe that's why my search for event bubbling failed?!!!
 
That's a Javascript question, like ChrisHirst suggested, not an ASP question.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top