valdinei.campos
(usa CentOS)
Enviado em 06/07/2011 - 10:14h
Bom dia a todos, tenho o codigo abaixo, quando dou o submit e vai para Iframe porem não limpa os campos, como posso fazer? Alguem pode me ajuda?
------------------------------------------------------------------------------------
<html>
<head>
<link href="Css/PadraoFormulario.css" rel="stylesheet" type="text/css" />
</head>
<fieldset style="height: 88%; width: 100%;"> <legend><font color="red">Cadastro de Chip</font></legend>
<body style="margin: 0">
<form name="chip" action="cad_chip.php" method="post" target="Ichip" > <table border="0" align="left">
<tr>
<td>
<tr><td>
IMEI:
</td>
<td>
<input name="imei" type="text" value="" maxlength="20" ><br />
</td></tr>
<tr><td>
Numero:
</td>
<td>
<input name="numero" type="text" maxlength="14" >
</td></tr>
<tr><td>
</td><td>
<input name="" type="Submit" value="Cadastrar" />
</td></tr>
</td>
</tr>
</table>
</form>
<iframe name="Ichip" id="I1" src="img_chip.htm" style="float: top; width: 100%; height: 400px;" border="0" frameborder="0">
</fieldset>
</body>
</html>