Foros del Web » Creando para Internet » Diseño web »

Form anidados

Estas en el tema de Form anidados en el foro de Diseño web en Foros del Web. Porque no funcionan los formularios anidados en IE 6.0 y si lo hacen en firefox <form name="padre" method="post" action="GrabarDatos.asp"> <table width="1000" height="400" border="0" align="center"> <!--DWLayoutTable--> ...
  #1 (permalink)  
Antiguo 11/12/2007, 13:58
 
Fecha de Ingreso: noviembre-2005
Mensajes: 11
Antigüedad: 18 años, 4 meses
Puntos: 0
Form anidados

Porque no funcionan los formularios anidados en IE 6.0 y si lo hacen en firefox


<form name="padre" method="post" action="GrabarDatos.asp">

<table width="1000" height="400" border="0" align="center">
<!--DWLayoutTable-->
<tr>
<td width="100" bgcolor="#99FF99">Fecha</td>
<td width="250"><input name="fecha" type="text" id="fecha" size="12" value="<%=fecha%>" tabindex="21" readonly="true"></td>
<td width="10">&nbsp;</td>
<td width="250">&nbsp;</td>
<td width="350">&nbsp;</td>
</tr>

<tr>
<td bordercolor="#0033FF" bgcolor="#99FF99">Hora</td>
<td><input name="hora" type="text" id="hora" size="8" value="<%=hora%>" tabindex="22" readonly="true"></td>
<td>&nbsp;</td>
<td valign="top">
<form name="form1" method="post" action="DatosVisita.asp" >
<input type="text" name="busDNI" size="10" tabindex="11">
<input type="submit" name="Accion" value="Buscar DNI" title="Buscar por numero de documento" tabindex="12">
<input type="hidden" name="busca" value="1">
<input type="hidden" name="id" value="<%=id%>">
</form> </td>
...
...
...


<tr>
<td height="30" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td>

<input type="submit" name="accion" value="Guardar" tabindex="8" ></input>
<input type="button" name="accion" value="Cancelar" onClick="javascript:history.back()" tabindex="9"></input>
<input type="submit" name="accion" value="Anulara" tabindex="10"> </input>
</form>
</td>
<td>&nbsp;</td>
<td >&nbsp;</td>
</tr>
</table>
</FORM>
</body>
</html>


El form que tiene que mandar a grabar(padre), que es el contenedor de los otros no funciona en IE 6.0
  #2 (permalink)  
Antiguo 11/12/2007, 14:41
Avatar de caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años
Puntos: 1284
Re: Form anidados

Hola:

Los forms anidados están prohibidos... evita esa práctica.

Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo
  #3 (permalink)  
Antiguo 11/12/2007, 14:47
Avatar de kaninox  
Fecha de Ingreso: septiembre-2005
Ubicación: In my House
Mensajes: 3.597
Antigüedad: 18 años, 7 meses
Puntos: 49
Re: Form anidados

la unica manera de anidar forms es suporponiedolos con capas o iframes etc... pero de esa forma esta mal...
__________________
Gokuh Salvo al mundo. PUNTO!!!!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:21.