Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/06/2002, 04:54
guelan
 
Fecha de Ingreso: enero-2002
Mensajes: 60
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: Redireccion de una pagina automaticamente

Si quieres un mensaje previo y un nº de segundos determinado antes de redireccionar:

<html>
<head>
<title>Redireccionar</title>
<meta http-equiv="refresh" content="5 ; url=http://www.forosdelweb.com">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF">
<p> </p>
<p><font size="6">PRESENTACION PRELIMINAR </font></p>
<p>SE REDIRECCIONARÁ A </p>
<p>WWW.FOROSDELWEB..COM EN 5 SEGUNDOS</p>
</body>
</html>

SaludoS