Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2014, 14:36
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 7 meses
Puntos: 578
Respuesta: redirect cuando llego a cierta fecha

Código Javascript:
Ver original
  1. var date = new Date();
  2. var day = date.getUTCDate();
  3. var month = date.getUTCMonth();
  4.  
  5. if(day == 13 && month == 2)self.location.href = 'http://forosdelweb.com';