date redirect

L

Lee

John McIntosh said:
Is there an easy way to redirect on a specific date. I've goolged on the
subject but haven't seen a script that works well.

<script type="text/javascript">
var today=new Date();
if((1+today.getMonth())==12 && today.getDate()==25) {
location.href="myMerryChristmasPage.html";
}
</script>
 
J

John McIntosh

Is there an easy way to redirect on a specific date. I've goolged on the
subject but haven't seen a script that works well.

TIA

John McIntosh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,781
Messages
2,569,615
Members
45,302
Latest member
endevsols

Latest Threads

Top