Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/06/2004, 01:21
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 11 meses
Puntos: 1284
Hola PkDeath:

No sabría responderte usando el tag meta, pero con este script sì:

Código:
<html>
	<head>
		<title>
			redirección aleatoria
		</title>
		<script type="text/javascript">
			function ini()	{
				destinos = ['http://www.forosdelweb.com', 'http://www.pepemolina.com', 'http://www.sucaricatura.com'];
				location.href = destinos[Math.floor(Math.random() * destinos.length)]
			}
		</script>
	</head>
	<body onload="ini();">
	</body>
</html>
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo