Hi
I would like to setup a page to redirect to another page based upon the day of the week. For example if today is Monday , I want to redirect to monday.htm. I am a beginner and have tried the following, but it doesn't work. Thanks<script>
var mydate=new Date()
var today=mydate.getDay()
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.