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
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