Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2002, 08:51
jlmm
 
Fecha de Ingreso: julio-2001
Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 7 meses
Puntos: 1
Re: pop up en primera plana

Hola!,

Con showModalDialog Puedes Hacerlo, Asi:

La Sintaxis De showModalDialog Es:

window.showModalDialog("url","atrbs ");

El url Obviamente Va La Url, Y En atrbs Se Refiere A Los Atributos:

"dialogWidth:valor" - Define el ancho.
"dialogHeight:valor" - Define el alto.
"dialogTop:valor" - Define posición superior
"dialogLeft:valor" - Define posición inferior.

Un Ejemplo:

<SCRIPT LANGUAGE="javascript">
window.showModalDialog("mod.htm","d ialogWidth:valor300,dialogHeight:100,dialogTop:0,d ialogLeft:0");
</SCRIPT>

<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT>