PDA

View Full Version : form? empty field


Birdie501
05-28-2002, 03:05 PM
Hi,

how can i set the login field (username) where if you are not logged in the word "unregistered" is shown to an empty field if you click the field!

Thanks.

Dark_Wizard
05-28-2002, 03:14 PM
Huh? :rolleyes:

Birdie501
05-29-2002, 04:08 PM
ok you see the login in screen when you are not logged in , ok?
In the field where you have to type in your username there is normally Unregistered, right!?

How can i change this entry to an empty one if the user clicks into this field?

Unregistered -> i click on it and it is empty, so i dont have to delete first before i enter my username!

Did you get it? :-)

N!ck
05-30-2002, 08:01 PM
<input type="text" name="blah" size="xx" maxlength="xx" onClick="this.value=''">

Birdie501
05-31-2002, 07:36 AM
hey thanks! i will try.