![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/08/2002, 07:10
|
| | Fecha de Ingreso: marzo-2002
Mensajes: 132
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: popUp
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=no,location=no,statusbar=ye s,menubar=no,resizable=no,width=700,height=550');& quot;);
} |