11/07/2002, 16:54
|
| | | Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 22 años, 11 meses Puntos: 4 | |
Re: redireccionar <html>
<body>
<!-- Copiar dentro del tag BODY (setTimeout es opcional) -->
<script LANGUAGE="JavaScript">
var pagina="http://www.tu-sitio.com"
function redireccionar()
{
location.href=pagina
}
setTimeout ("redireccionar()", 1000);
</script>
</body>
</html>
OTRA OPCION.....................................
<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com">
</head>
<body>
</body>
</html>
<center><a href="http://www.montoyaf1.tk/" target="_blank"><BR><img src="http://galeon.com/jpogsistem/firma3.jpg" border="0" alt="Lo Mejor Sobre el Futuro Campeon del Mundo"></a></center> |