Tema: problema
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/05/2005, 04:55
luzin
 
Fecha de Ingreso: abril-2005
Mensajes: 169
Antigüedad: 19 años, 1 mes
Puntos: 0
Hola Bandit gracias al final ya esta hecho, solo he tenido que cambiar una cosa de tu codigo, donde ponia:

on (release) {
getURL("javascript:NewWindow=window.open('tupagina.html',' pop1','width=209,height=209,toolbar=No,location=No ,scrollbars=No,status=No,resizable=No,fullscreen=N o,top='+((screen.height/2)-("+al/2+"))+',left='+((screen.width/2)-("+an/2+"))+'"+"');void(0);");
}


he tenido que poner

on (release) {
getURL("javascript:abrir('tupagina.html',' pop1','width=209,height=209,toolbar=No,location=No ,scrollbars=No,status=No,resizable=No,fullscreen=N o,top='+((screen.height/2)-("+al/2+"))+',left='+((screen.width/2)-("+an/2+"))+'"+"');void(0);");
}

Ahora funciona, por curiosidad pq el cambio¿

muchas gracias