30/04/2002, 04:28
|
| | Fecha de Ingreso: abril-2002
Mensajes: 74
Antigüedad: 22 años, 7 meses Puntos: 0 | |
Re: Como hago para abrir 2 paginas Hola infected!
coloca en 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 kieres abrir, en el BODY colocas el enlace:
<A HREF=javascript:newWindow2("pagina1.html" ;,"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> |