![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/10/2003, 17:07
|
| | Fecha de Ingreso: julio-2002
Mensajes: 813
Antigüedad: 22 años, 6 meses Puntos: 2 | |
Eventos en Página de Marcos Buenas Noches,
Es posible, utilizar en la página de marcos algo así:
<script laguage="JavaScript">
function abrirPOP
{window.open("pagina.asp","",'width=300,height=300 ')}
</script>
<body onunLoad="abrirPOP();">
Salu2. |