-
form target
Codice HTML:
<form name="modulo" action="verifica.php" target="_parent" method="post" onsubmit="return controlla ()">
<TABLE BORDER="2" align="center"><TD>
Inserisci Nome Utente: <input type="text" name=user size="30">
<p>Insersci password: <input type="password"name="password"></p>
<p><input type="submit" value="Login">
<input type="reset" value="Annulla" ></p></td>
</table>
</form>
</table>
questo codice dovrebbe far uscire dal frame quando si clicca sul bottone log in. Ma resta sempre dentro al frame mi sapete dire perchè???