I'm looking to make a certain webpage active between 2 specific dates. For example, in my default webpage I could have some ASP code saying something like:
------------------
startDate = 12/10/2010 'I'm not sure of the format
endDate = 12/25/2010
IF date is between startDate and endDate THEN
Re-direct to URL merryXmas.asp
END IF
------------------
Any help would be welcome
Thanks
------------------
startDate = 12/10/2010 'I'm not sure of the format
endDate = 12/25/2010
IF date is between startDate and endDate THEN
Re-direct to URL merryXmas.asp
END IF
------------------
Any help would be welcome
Thanks