Comunidad de diseño web y desarrollo en internet online

¿es el script el culpable?

Citar            
MensajeEscrito el 01 Jul 2005 10:28 am
Hola,
casi he acabado mi primera web (www.beneyto.net), però tengo problemas en poder abrir los botones flash desde explorer.
Con los navegadores Netscape i Safari me funciona bien.
¿Pensais que és problema de script o de la configuracion del mismo navegador?

Muchas gracias!

Este es el script para abrir la ventana del boton flash:

on (release) {
getURL(javascript:ventana('a.html','ventana','toolbar=no,location=no,status=no,menubar=no, scrollbars=no,resizable=no','805','350','true'));
}

Por Gabius

2 de clabLevel



 

safari
Citar            
MensajeEscrito el 01 Jul 2005 10:38 am
....... y este és el script en el html:

<script language="JavaScript1.2">

function ventana(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
if(window.screen)if(isCenter)if(isCenter=="true"){
var myLeft = (screen.width-myWidth)/2;
var myTop = (screen.height-myHeight)/2;
features+=(features!='')?',':'';
features+=',left='+myLeft+',top='+myTop;
}
window.open(theURL,winName,features+((features!='')?',':'') +'width='+myWidth+',height='+myHeight);
}

</script>

Por Gabius

2 de clabLevel



 

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.