|
|
<INPUT ...>onFocus = "script command(s)"onBlur = "script command(s)"| Usage Recommendation |
|---|
| use it, but don't rely on it |
onFocusonBlur
A common use for
onFocusonBlur
That being said, in the interest of completeness here's an example of
onFocusonBluronFocusonBlur
<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST>
name: <INPUT
NAME="realname"
onFocus = "window.status='Enter your name'"
onBlur = "window.status=window.defaultStatus"
><BR>
email: <INPUT
NAME="email"
onFocus = "window.status='Enter your email address'"
onBlur = "window.status=window.defaultStatus"
>
<P><INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
gives us
One final note about onFocusonFocus
|
Recommended Resources |
|||
| web hosting tutorials Credit Help |
Search the Internet Search Engine Help |
Low Fat Lifestyle Internet Traffic |
Web
Hosting Web Design |
|
Discount
Hotel Reservations All
Rights Reserved, Copyright © Free-HTML-Tutorials.com 2003 |
|||