Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/12/2010, 13:29
coco925
 
Fecha de Ingreso: febrero-2008
Mensajes: 30
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: problema básico con formularios

esta es la página mas resumida, verán que el FORM si viene

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr valign="top">
<td width="100%" align="left" valign="middle" class="secciones"><p align="center">consultas</p>
<p align="center">&nbsp;</p></td>
</tr>
<tr>
<td align="center" valign="middle"><form method="post" action="envia_email.asp">
<input type="hidden" name="redirect" value="gracias.htm" />
<input type="hidden" name="subject" value="Consultas" />
<table width="400" border="0" align="center" cellpadding="2" cellspacing="4">
<tr class="secciones">
<td align="right" class="chc"><strong>*Nombre</strong></td>
<td align="left"><input name="nombre" type="text" class="chc" id="nombre" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" class="chc"><strong>*Apellido</strong></td>
<td width="229" align="left"><input name="apellido" type="text" class="chc" id="apellido" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" class="chc"><strong> *E-mail:</strong></td>
<td align="left"><input name="email" type="text" class="chc" id="email" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" class="chc"><strong>Cargo:</strong></td>
<td align="left"><input name="cargo" type="text" class="chc" id="cargo" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" class="chc"><strong> Instituci&oacute;n:</strong></td>
<td align="left"><input name="institucion" type="text" class="chc" id="institucion" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" class="chc"><strong> Fono:</strong></td>
<td align="left"><input name="fono" type="text" class="chc" id="fono" size="40" length="70" /></td>
</tr>
<tr class="secciones">
<td align="right" valign="top" class="chc"><strong> Mensaje</strong></td>
<td width="229" align="left"><textarea name="mensaje" cols="40" rows="8" wrap="hard" id="textarea"></textarea>
<br />
<input name="send" type="submit" class="chc" value="Enviar Datos" />
<input name="reset" type="reset" class="chc" value="Limpiar" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>