Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
e ai galera beleza seguinte tenho um sistema de envio de formulario
pra funcionar so tem html temque fazer o que
<html>
<body>
<form name="frm1" method="POST" action="recebe_email.asp">
<table border="1" width="43%">
<tr>
<td width="13%"><strong>Para:</strong></td>
<td width="87%"><input type="text" name="to" size="32"></td>
</tr>
<tr>
<td width="13%"><strong>CC:</strong></td>
<td width="87%"><input type="text" name="CopiaOculta" colspan="3" size="32"></td>
</tr>
<tr>
<td width="13%"><strong>Assunto:</strong></td>
<td width="87%"><input type="text" name="subject" size="32"></td>
</tr>
<tr>
<td width="13%"><strong>Mensagem:</strong></td>
<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>
</tr>
<tr>
<td width="13%"><input type="submit" name="botaoEnviar" value="enviar"></td>
</tr>
</table>
</form>
</body>
</html>Carregando comentários...