Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/01/2003, 22:21
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 1 mes
Puntos: 3
Pega entra el <HEAD> y el </HEAD> de tu HTML


<script language="JavaScript">
<!--

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=yes,scrollbars=1,location=0,statusbar=1,s tatus=1,menubar=0,resizable=1,width=540,height=400 ,left = 140,top = 25');");
}
// End
// -->
</script>



en tu SWF



on (release) {
getURL("javascript:popUp('enlace completo a la página.html' )"
}