Ciao

La funzione getDate() ti restituisce il giorno de mese


<script>
today=new Date();
gs=today.getDate();
ora=today.getHours()
if (gs == 24 && ora > 15) {
location.href="1x.htm"/*tpa=http://www.xxxxxx/1x.htm*/;
}
if (gs== 24 && ora < 14) {
location.href="1x.htm"/*tpa=http://www.xxxxxx/1x.htm*/;
}

</script>



Massimo