Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/02/2003, 05:27
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola, killer97.

Prueba esto:
Código PHP:
<html>

<
head>
<
script>
function 
inicio() {
    if (
confirm('¿quieres seguir?'))
    
location.href="c:/web/dos.htm";
}
</script>
</head>

<body onLoad="inicio()">
</body>

</html> 
Saludos,