Non so se sia giusto postare qui... ci provo.
La validazione di una mia pagina di prova mi riporta questo warning relativo ad un controllo js:

Warning Line 34 column 29: character "&" is the first character of a delimiter but occurred as data.

if(re.test(form.f_pwd.value) && re.test(form.f_codcli.value)){

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.


Mi scuso se l'argomento è già stato trattato, ma come si risolve? Non sono molto bravo con js