Pete33
10-15-2007, 09:42 AM
Hi guys. I have no idea which category to post this in, or if it's even possible to achieve, so think of it as a challenge to your web skills :)
In Visual Basic you can build a routine that checks a value (such as today's date). If today's date matches the date stored then an action will occur.
My question is, can this be done with a web page?
I'd like an index page to be active until a certain date, and after that date I would like it to automatically redirect to a different page which carries a message for the user. The page should operate completely normally until the date I set is reached, with no sign that anything is going to happen. Once the date is reached, anyone calling the index page will be instantly redirected to my message page instead.
What do you think? Is it a possibility?
In Visual Basic you can build a routine that checks a value (such as today's date). If today's date matches the date stored then an action will occur.
My question is, can this be done with a web page?
I'd like an index page to be active until a certain date, and after that date I would like it to automatically redirect to a different page which carries a message for the user. The page should operate completely normally until the date I set is reached, with no sign that anything is going to happen. Once the date is reached, anyone calling the index page will be instantly redirected to my message page instead.
What do you think? Is it a possibility?