![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/05/2006, 10:49
|
| | Fecha de Ingreso: abril-2006
Mensajes: 9
Antigüedad: 18 años, 9 meses Puntos: 0 | |
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
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=200,height=200');");
}
// End -->
</script>
Y pon esto en la etiqueta body:
<body onLoad="javascript:popUp('xxxxxxxxxxxxx.htm')" dir="rtl"> |