
27/09/2005, 16:52
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 124
Antigüedad: 19 años, 10 meses Puntos: 0 | |
ejem (solo para q te guies)
top.close();
var iz=(screen.width-563) / 2;
var de=(screen.height-270) / 2;
var data ="top="+de+",left="+iz+",resizable=no,scrollbars=n o,toolbar=no,directories=no,menubar=no,status=no,t itlebar=no";
ventana = window.open("login.php?expiro=<?echo $a;?>","loguea","width=563,height=270,"+data)
tu variable expiro llega como get osea la llamas
asi
echo $_GET['expiro'];
suerte nos vemos |