15/10/2008, 13:01
|
| | Fecha de Ingreso: septiembre-2008
Mensajes: 11
Antigüedad: 16 años, 2 meses Puntos: 0 | |
Respuesta: cgi form si yo tengo esto como forma
<form action="/cgi/gdform.cgi" method="post">
<input type="hidden" name="subject" value="Form Submission" />
<input type="hidden" name="redirect" value="thankyou.html" />
<table width="86%" height="290" border="0">
<tr>
<td width="31%">Nombre:</td>
<td width="69%"><input type="text" name="nombre" /></td>
</tr>
<tr>
<td>Apellido:</td>
<td><input type="text" name="apellido" /></td>
</tr>
<tr>
<td>E-Mail:</td>
<td><input type="text" name="email" /></td>
</tr>
<tr>
<td>Comentario:</td>
<td><textarea name="comentario" cols="40" rows="10">
</textarea></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="submit" value="submit"/></td>
</tr>
</table>
<p> </p>
<p> </p>
</form></td>
claro el servidor tiene un
gdform.cgi
y un
gdformssl.cgi a los cuales por ningun lado le he pogramado a donde va cada emial?
esa es mi gran pregunta ley lo que me enviates pero entendi muy poco, gracias por tu ayuda. |