yok öyle değil...


<input type="text" name="username" onfocus="if (this.value=='Kullanıcı Adınız'){
document.getElementById('password').value='';
this.value='';
}" value="Kullanıcı Adınız"/>

<input type="password" name="password" id="password" value="****"/>
gibi...