Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/03/2004, 17:12
morfeo_II
 
Fecha de Ingreso: diciembre-2003
Mensajes: 109
Antigüedad: 20 años, 5 meses
Puntos: 0
<head>
<script language= javascript>
function abrepagina(page){
window.open(page);
}
<head>
</script>
</head>

<body onload=abrepagina("http://www.dominio.com/index.html")>