Ver Mensaje Individual
  #9 (permalink)  
Antiguo 12/11/2013, 12:14
Avatar de Perr0
Perr0
 
Fecha de Ingreso: mayo-2005
Ubicación: Santiago de Chile, Chile
Mensajes: 676
Antigüedad: 19 años
Puntos: 79
Respuesta: popups al azar

algo así, estudialo:
Código Java:
Ver original
  1. <script>
  2. window.onload = function()
  3. {
  4.     var popArray = new Array("pop1.html", "pop2.html", "pop3.html");
  5.     var limite_min = 0;
  6.     var limite_max = popArray.length;
  7.     var nPopup = Math.floor((Math.random()*limite_max)+limite_min);
  8.     window.open(popArray[nPopup],'p0''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=450,top=20,left=50');
  9. }
  10. </script>
__________________
Numerador Mp3 en Access =)
http://www.mediafire.com/download/r9...pdw/mp3(2).zip