![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/01/2007, 13:11
|
![Avatar de DragonX](http://static.forosdelweb.com/customavatars/avatar20953_8.gif) | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
Re: popup autolockeado? Pone esto dentro de tus tags
<head>
<SCRIPT LANGUAGE="JavaScript">
function AbreVent(ventana){
window.open(ventana,"","toolbar=0,location=0,direc tories=0,status=0,menubar=0,scrollbars=0,resizable =0,copyhistory=0,width=400,height=550")
}
</SCRIPT>
</head>
Y a tu btn en flash esta acción:
on(press){
getURL("javascript:window.AbreVent('tu_pagina.html ');");
}
Y listo |