Il validatore "CSE HTML Validatr" (versione gratuita) si era sempre "congratulato" per l'assenza sia di errori che di avvisi per le mie pagine web (xhtml):
"Congratulations! Even the standard and professional editions would not have found any additional errors or warnings."
Questo fino a quando ho inserito questa stringa di codice:
<form name="form" action="parolacasuale">
<input onclick="highlight(event)" type="text" name="parola" size="18" class="password" />
<input type="button" value="Entra" onclick="password(this.form)" onfocus="if(this.blur)this.blur()" name="button" class="tasti" />
</form>
Il messaggio che ora compare č il seguente:
"The lite edition missed 1 warning that the standard or professional edition would have found."
Di che warning stā parlando? Credo che abbia a che fare con la prima parte: <form name="form" action="parolacasuale"> ma non sō come debba essere modificata.
Qualcuno sā aiutarmi?
Grazie 1000. Purno