grazie funziona![]()
volevo chiederti un'ultima cosa se è posssibbile.
devo fare in modo che un campo input da tipo testo col focus diventi tipo password ecco il tag:
il fatto che con firefox funge mentre con IE 8 noCodice PHP:
<input name="password" type="text" class="txtlogin" id="password" value="Password" size="20" maxlength="20" onFocus="this.type='password'">