Ver Mensaje Individual
  #14 (permalink)  
Antiguo 11/12/2013, 06:13
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 5 meses
Puntos: 1012
Respuesta: Cargar webs al azar

pero hombre, cómo va a funcionar
Cita:
<title>Untitled Document</title> <script>
var arr = ['page1.htm', 'page2.htm', 'page3.htm', ];

var indice = Math.floor((Math.random()*3)); //
//var indice = Math.floor((Math.random()*arr.length)); // o mejor aún por el largo de la matriz

window.location.href = arr[indice];
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</script>
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}