Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/09/2003, 10:33
yenyi
 
Fecha de Ingreso: septiembre-2003
Ubicación: veracruz
Mensajes: 1
Antigüedad: 21 años, 8 meses
Puntos: 0
ayuda urgente....

hola soy nueva en asp...necesito que alguien me ayude .tengo el codigo en html, necesito como seria el codigo en asp para enviar los datos dados via e-mail...no se si me explique espero me ayude alguien.. a continuacion el codigo en html..yenyi
<body>
<form method="post" action="http://emdno-asesor/s_social/envia.asp" name="Formulario">
<table>
<tr>
<td width="48%">De</td>
<td width="52%"> <input type="text" name="De" size="20"></td>
</tr>
<tr>
<td width="48%">Para</td>
<td width="52%"><input type="text" name="Para" size="20"></td>
</tr>
<tr>
<td width="48%">Asunto</td>
<td width="52%"><input type="text" name="Asunto" size="20"></td>
</tr>
<tr>
<td width="48%">Mensaje</td>
<td width="52%"><input type="text" name="Mensaje" size="20"></td>
</tr>
<tr>
<td width="48%"><input type="submit" value="Enviar" name="B1">
<input type="reset" value="Borrar" name="B2">
</td>
<td width="52%"> </td>
</tr>
</table>
</form>


</body>
</html>