Ver Mensaje Individual
  #20 (permalink)  
Antiguo 16/12/2005, 09:20
Avatar de lily_cv
lily_cv
 
Fecha de Ingreso: noviembre-2005
Mensajes: 165
Antigüedad: 18 años, 4 meses
Puntos: 0
se me ocurrio hacer esto:

<script>
function Cargar(){
document.frm_datos.action="manifprin.php";
document.frm_datos.submit();
}
</script>

<body onLoad="Cargar()">
<form action="manif_report.php" method="post" name="frm_datos">
<input type="hidden" name="txtl" value="<? echo $txtl;?>">
<input type="hidden" name="txtp" value="<? echo $txtp;?>">
</form>

Gracias Cluster ;)

Última edición por lily_cv; 16/12/2005 a las 09:43