| Title |
javascript to delete field |
| Description |
tip to share: onfocus= |
| Message Text |
I find the following tip usefull and I would like to share it:
In order to have automatically deleted the
words: "Username" and "Password" at the login form
when clicking on this fields or reaching this fields with tab:
<input type="text" name="username" size="10" onfocus="this.value=''" value=" {LANG_REGISTRATION_USERNAME}">
<input type="password" name="userpassword" size="10" onfocus="this.value=''" value="password" style="padding-left: 2px;">
<input type="submit" value="{LANG_LOGIN_LOGIN}" class="button"> |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
peumus |
| Views |
449 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Nov 12, 2005 - 3:24 AM |