Ciao, ho questo codice a qui dovrei aggiungere ai link un "terget _self" :
if (this.document.login.pass.value == password) { top.location.href="correct.html"; } else { location.href="incorrect.html"; } }
Questo è ciò che si trova nella head, non sò sè target è da aggiungere qui ò nella parte form in body
Grazie