You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
440 B

<html>
<head>
</head>
<body>
<form action="salvar.html" target="iframe-submissao">
<div>
<label>
Nome:
</label>
<input type="text" name="nome" />
</div>
<div>
<input type="checkbox" name="autorizado"/> Voc&ecirc; autoriza?
</div>
<div>
<button>Enviar</button>
</div>
</form>
<iframe name="iframe-submissao"></iframe>
</body>
</html>