Ecco una bozza (da sistemare)
codice:
:
<span id="p_uno">
  <input type="text" value="password" 
    onfocus="document.getElementById('p_uno').style.display='none'; 
    document.getElementById('p_due').style.display='inline'; 
    this.disabled='true; this.form.passw.focus();" />
</span>
<span id="p_due">
  <input type="password" name="passw" />
</span>
Provalo tu, perche` io non lo ho fatto.