Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/12/2002, 08:51
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 21 años, 6 meses
Puntos: 2
problema con pagina partida

Tengo el siguiente problemita en una pagina de inicio de una consulta. la pagina es asi

<html>
<head>
<title>funcionarios</title>
</head>
<frameset framespacing=0 frameborder=0 border=0 rows="145,72*">
<frame name=arriba src=funciona.html scrolling=no noresize>
<frameset rows="10*,6">
<frame name=abajo src=prueba2.php scrolling=yes noresize>
<frame name=bottomFrame scrolling=no noresize>
</noframes>
</frameset>
</html>


Cuando mi pagina funciona .html es

<html><head>
<title>Visualización de Funcionarios</title>
</head>
<FORM ACTION="prueba2.php" METHOD="POST">
<hr size="3" width="100%" color="#000000">
<b>Seleccione una Entidad</b>
<select name="Sucursal" value="$Sucursal">
<option > </option>
<option >Campo 1 </option>
<option >Campo 2 </option>
<option >Campo 3 </option>
</select>
<INPUT TYPE="Submit" VALUE="Aceptar" >
</FORM>
<table summary="" width="674">
<tr>
<td width="666">
<input type="button" value="A" onclick='location.href="prueba4.php?inicial=A"'>
<input type="button" value="B" onclick='location.href="prueba4.php?inicial=B"'>
<input type="button" value="C" onclick='location.href="prueba4.php?inicial=C"'>
<input type="button" value="Z" onclick='location.href="prueba4.php?inicial=Z"'>
</td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td width="30%">
<FORM ACTION="prueba5.php" METHOD="POST">
<input type="text" NAME="uno" size="6" maxlength="6">
<input type="Submit" value="Buscar Nro" >
</FORM>
</td>
<td width="70%">
<FORM ACTION="prueba4.php" METHOD="POST">
<input type="text" NAME="inicial" size="20" maxlength="20">
<input type="Submit" value="Buscar AyN" >
</FORM>
</td>
</tr>
</table>
<hr size="3" width="100%" color="#000000">
</html>

y las consultas que realiza atravez de funciona.html las tendria que poder visualizar en el frame de abaja que seria prueba.php pero al realizar un submit o cualquier consulta el resultado lo veo en el frame de arriba. Como puedo hacer para poder ver los resultados en el frame de abajo y el frame de arriba me quede fijo.
desde ya muchas gracias y felices fiestas. salu2