Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/01/2008, 13:11
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 17 años, 3 meses
Puntos: 36
Re: redireccionar al inicio

Hola cerberus8, otra forma:

Código HTML:
<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://dominio.es" >
</head>
<body>
</body>
</html>