zrobiłem sobie panel logowania. Mam napisane w polach <textarea> nick i ******
Jak zrobić, żeby po kliknięciu w pole tekstowe, ten napis zniknął?
Kod:
<input type='text' name='user_name' class='textbox' value='Nick' style='width:100px'><br> <input type='password' name='user_pass' class='textbox' value='Hasło' style='width:100px'><br>