Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/02/2002, 07:41
pablo.pc
 
Fecha de Ingreso: febrero-2001
Mensajes: 52
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: <<Get Url - Ventana PoP Up >> Ayuda!

mira, en el boton flash pones esto:
onmouse...
get url......
javascript:popUp1('pagina.htm')
y en el documento html, escribes esto en la cabecera(head):
&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;
&lt;!-- Begin
function popUp1(URL) {
day = new Date();
id = day.getTime();
eval(&quot;page&quot; + id + &quot; = window.open(URL, '&quot; + id + &quot;', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=564,height=305,left = 391,top = 266.5');&quot;);
}
// End --&gt;&lt;/script&gt;




es mu simple y funciona perfectamente.
Un saludote colega