Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/04/2004, 07:41
Juan_Vzla
 
Fecha de Ingreso: abril-2004
Ubicación: Caracas
Mensajes: 4
Antigüedad: 20 años
Puntos: 0
Hola Josemi, gracias por ayudarme, ya estoy tan tapao con este procedimiento que ya ni veo q es lo que me dices, este es el codigo de html donde esta el formulario

<p><center>
<form name="form1" method="post" action="paso2.php">
<table width="75%" border="1">
<!--DWLayoutTable-->
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Modalidad</font></td>
<td valign="top"><select name="opcion">
<option>Voluntario</option>
<option>Amigo</option>
<option>Padrino</option>
</select></td>
</tr>
<tr>
<td width="117" height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Nombre</font></td>
<td valign="top"><input type="text" name="Nombre"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Apellido</font></td>
<td valign="top"><input type="text" name="Apellido"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">C.I.</font></td>
<td valign="top"><input type="text" name="CI"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Direccion</font></td>
<td valign="top"><textarea name="direccion" rows="3" cols="70"></textarea></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Oficina</font></td>
<td valign="top"><input type="text" name="oficina"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Habitacion</font></td>
<td valign="top"><input type="text" name="hab"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef
Celular</font></td>
<td valign="top"><input type="text" name="celular"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Telef.
Fax</font></td>
<td valign="top"><input type="text" name="fax"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Email</font></td>
<td valign="top"><input type="text" name="email" size="50"></td>
</tr>
<tr>
<td height="22" valign="top"><font size="2" face="Courier New, Courier, mono">Ayuda</font></td>
<td valign="top"><textarea name="ayuda" cols="70" rows="5"></textarea></td>
</tr>
<tr>
<td height="22" valign="top"><input type="submit" name="Aceptar" value="Aceptar"></td>
<td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</form>
</center>

dime si es aqui que consideras que esta el error!!, gracias Nuevamente!!

Juan_Vzla