Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/02/2003, 01:18
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 2 meses
Puntos: 1
Código PHP:
<script language="JavaScript">
function 
Entrar()
{
       if (
confirm("Quieres entrar?")) {
           
document.location.href="index2.html";   
       }
}
<
script
y en la etiqueta boy

<body onload='javascript: Entrar();'>

Saludos