![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/01/2003, 00:19
|
![Avatar de WyLY](http://static.forosdelweb.com/customavatars/avatar15470_4.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Cancun, México.
Mensajes: 506
Antigüedad: 23 años 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. |