Ver Mensaje Individual
  #2  
Antiguo 27-04-2006
Avatar de chrids506
chrids506 chrids506 is offline
Miembro
 
Registrado: abr 2006
Posts: 70
Reputación: 18
chrids506 Va por buen camino
Talking Redireccionar

Este código es html, pero espero que te sirva.
Content = el numero de segundos a esperar antes de redireccionar.
Además muestra un bonito Cargando como gmail.

Código:
<html>
<head>
<title>Cargando...</title>
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.rinconcitodelphi.com/">
<style type="text/css">
<!--
.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
-->
</style>
</head>
<body>
<span class="style1">Cargando...
</span>
</body>
</html>
Responder Con Cita