Ver Mensaje Individual
  #35 (permalink)  
Antiguo 01/10/2008, 22:06
jcouoh
 
Fecha de Ingreso: septiembre-2003
Ubicación: Merida, yucatan
Mensajes: 282
Antigüedad: 21 años, 6 meses
Puntos: 1
Respuesta: No me funciona pasar valores entre ventanas

ye la cambié al methodo, pero aun ahora no me devuelve los valores, cuando agrego un gasto me devuelve solo el valor de la segunda columna, si agrego dos no me devuelve nada.

Código PHP:
<html><head></head><body>


<
form name="frm" id="frm" method="post" action="post.php">

<
table width="80"><tr><td>
<
div id="bloque" style="float:left; width:80px; ">
<
input type=text name="GtoFecha" id="GtoFecha" value="">

</
div>
</
td></tr>
<
input type=submit>
</
table>

</
form>



<
a href="#" title="" onClick="window.open('gastos.php')" 

width="400" height="200">Gastos</a>



</
body></html