Comunidad de diseño web y desarrollo en internet online

pop up en IE

Citar            
MensajeEscrito el 29 Abr 2006 03:27 am
Que tal, tengo un problema...

tengo un flash el cual contiene un boton para abrir un pop-up
uso el siguiente codigo:

Código :

this.btn1.onRelease = function() {
  getURL ("javascript:void(window.open('url.html','nombredelaventana','
  toolbar=no,menubar=no,scrollbars=no,resizable=no,
  top=0,left=0,width=400,height=550'))");
};


Pero no me funciona en IE, porque sera :? , o debo de usar otro codigo :crap:

Gracias :wink:

Por Stopa

900 de clabLevel



Genero:Masculino  

NPI

firefox
Citar            
MensajeEscrito el 29 Abr 2006 03:37 am
Asi proba:

getURL("javascript:window.open('url.html','nombredelaventana',' toolbar=no,menubar=no,scrollbars=no,resizable=no, top=0,left=0,width=400,height=550'); void(0);");

Por La_Gata

123 de clabLevel



 

msie
Citar            
MensajeEscrito el 29 Abr 2006 03:45 am

La_Gata escribió:

Asi proba:

getURL("javascript:window.open('url.html','nombredelaventana',' toolbar=no,menubar=no,scrollbars=no,resizable=no, top=0,left=0,width=400,height=550'); void(0);");


No queda..... no me abre nada :( , en Firefox si pero En IE nop

saludos

Por Stopa

900 de clabLevel



Genero:Masculino  

NPI

firefox
Citar            
MensajeEscrito el 29 Abr 2006 10:33 pm
alguien sabe si existe otra forma de abrir pop up en IE :?

gracias :wink:

Por Stopa

900 de clabLevel



Genero:Masculino  

NPI

firefox
Citar            
MensajeEscrito el 02 May 2006 09:11 am
A mi me funciona en los dos navegadores. Intenta hacerlo desde javascript directamente
En el flash:

Código :

on(press){
   getURL("javascript:abre()");
   
   }


En el html:

Código :

<script language="javascript">
function abre(){
window.open('www.google.es','','width=500...');
}
</script>

Por One

Claber

1488 de clabLevel

5 tutoriales

Genero:Masculino  

Programador Web

firefox
Citar            
MensajeEscrito el 02 May 2006 12:53 pm
Fijate si en el IE no tenes bloqueados los popups...

Por La_Gata

123 de clabLevel



 

msie

 

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