Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2002, 04:22
Malakai
 
Fecha de Ingreso: abril-2002
Mensajes: 74
Antigüedad: 22 años
Puntos: 0
Re: Como hago para abrir 2 paginas

Hola infected!

coloca el el HEAD el siguiente código:

<SCRIPT LANGUAGE="JavaScript">
<!--
function newWindow2(URL1,URL2) {
window.open(URL1, 'Ventana1', 'resizable,status,width=400,height=320,scrollbars' );
window.open(URL2, 'Ventana2', 'resizable,status,width=400,height=320,location=&q uot;100,100",scrollbars');
}
// -->
</SCRIPT>


donde URL1 y URL2 son las páginas k kieres abrir, y el el BODY colocas el enlace:

<A HREF=javascript:newWindow2("pagina1.html&quot ;,"pagina2.html")>abrir 2 ventanas</A>


espero k sea lo k buscabas :)

<div align="center"><img src="http://www.visicom.teaser.fr/gograph/Images-8712/ClipArt/buttrfly.gif" border=0><BR><font size="-2" >...:: MALAKAI ::...</FONT></div>