Webmastersite.net
Register Log In

javascript to delete field
tip to share: onfocus=

Comments on javascript to delete field

peumus
Forum Regular

Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile

Total Topics: 172
Total Comments: 462
peumus
Posted Nov 12, 2005 - 3:24 AM:

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">
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.