Tema: problema
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/05/2005, 10:35
luzin
 
Fecha de Ingreso: abril-2005
Mensajes: 169
Antigüedad: 19 años
Puntos: 0
problema

Disculpad por la pregunta, he visto varios post al respecto, pero intento cargar un pop up desde flash y por alguna razon que no entiendo no funciona....lo que he hecho lo siguiente, pegar este codigo tal cual en el html
entre el <head> y el </head>

<script type="text/javascript">
<!--
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=320,height=240');");
}
// -->
</script>


y posteriormente este al boton


Código:
on (release) {
getURL("javascript:popUp('1.htm')");
}

pero aun asi no funciona..............