christrinder
03-14-2003, 02:57 PM
Does an 'IF' statement support 'OR', because my code below, dosn't work...
<% If month(date()) = 1 or 6 then response.write "...." End If %>
The result of the above is that it always writes the output. Any ideas?
Thanks,
Chris
<% If month(date()) = 1 or 6 then response.write "...." End If %>
The result of the above is that it always writes the output. Any ideas?
Thanks,
Chris