Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/10/2007, 14:35
Avatar de deet
deet
 
Fecha de Ingreso: mayo-2005
Ubicación: Córdoba - Argentina
Mensajes: 269
Antigüedad: 18 años, 11 meses
Puntos: 1
Re: Abrir un popup desde un botón

este AS no necesita código en el archivo html

Código:
on(release){
var URL:String = 'pagina.html';
getURL("javascript:window.open(URL,'', 'scrollbars=1,width=740,height=600');");
}