B
Byron
Hi,
I had a script set up to create a redirect until a certain date, and I
left the script in there after that date thinking it would just be
dormant until I changed the date parameters.
To my surprise, it started redirecting again. I must not be clear on how
dates work.
Here is the very simple code:
<%
if date < "8/20/2005" then
response.redirect(url)
end if
%>
So why does it think that 10/10/2005 < 8/20/2005 ? What am I missing?
Thanks.
I had a script set up to create a redirect until a certain date, and I
left the script in there after that date thinking it would just be
dormant until I changed the date parameters.
To my surprise, it started redirecting again. I must not be clear on how
dates work.
Here is the very simple code:
<%
if date < "8/20/2005" then
response.redirect(url)
end if
%>
So why does it think that 10/10/2005 < 8/20/2005 ? What am I missing?
Thanks.