Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2003, 00:19
Avatar de WyLY
WyLY
 
Fecha de Ingreso: enero-2002
Ubicación: Cancun, México.
Mensajes: 506
Antigüedad: 22 años, 3 meses
Puntos: 6
Bueno tu ya estas manejando php pero aqui tienes algo de js por si te sirve:
<!-- Copiar dentro del tag HEAD -->
<SCRIPT LANGUAGE="JavaScript">

<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=320,height=240' );");
}
// -->
</script>
</head>

<body>
<!-- Copiar dentro del tag BODY -->
<!-- SEGUNDO PASO: Utilizar el siguiente link para abrir la ventana -->

<A HREF="javascript:popUp('tu-pagina.htm')">Abrir Ventana Pop Up</A>
__________________
I do techy stuff for a living and practice MMA with my dog... He always wins.