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"> </td>
<td width="250"> </td>
<td width="350"> </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> </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--> </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> </td>
<td > </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