Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/08/2007, 11:16
Avatar de Atomycko
Atomycko
 
Fecha de Ingreso: diciembre-2005
Ubicación: Zapopan Jal.
Mensajes: 92
Antigüedad: 19 años, 1 mes
Puntos: 12
Re: Es esto posible ??

Saludos ortek_1!!

Aqui te dejo este codigo espero te sirva:

Código HTML:
<html>
<head>
<script language="JavaScript">
var URL = "http://";

function adios(){
 window.close();
}

function abre5(){
 web = "www.youtube.com";
 window.open(URL+web, '_blank', '');
 setTimeout ("adios()", 1000)
}

function abre4(){
 web = "www.eluniversal.com";
 window.open(URL+web, '_blank', '');
 setTimeout ("abre5()", 1000)
}

function abre3(){
 web = "www.hotmail.com";
 window.open(URL+web, '_blank', '');
 setTimeout ("abre4()", 1000)
}

function abre2(){
 web = "www.google.com";
 window.open(URL+web, '_blank', '');
 setTimeout ("abre3()", 1000)
}

function abre(){
 web = "www.yahoo.com";
 window.open(URL+web, '_blank', '');
 setTimeout ("abre2()", 1000)
}
</script>
<body>
<a href="javascript:abre()">Abrete Sesamo!!</a>
</body></html> 
__________________
PD: Los acentos fueron secuestrados.