Microsoft
Software
Hardware
Network
Question : Never done asp 3.0 need quick code to tell if hour is odd or even
Hi
I have never done asp 3.0 need something real quick and dirty for default.asp page that will tell me if the hour is even then response.redirect(PageEven
) of odd
<%
Dim TimeString
TimeString =time()
if Left(TimeString,1) = 1 or Left(TimeString,1) =3 or Left(TimeString,1) =5 ...
response.redirect(PageOddH
our)
if Hour of time is even
response.redirect(PageEven
Hour)
%>
Answer : Never done asp 3.0 need quick code to tell if hour is odd or even
Also:
If (x Mod 2) = 0 Then
'' [x] is even
Else
'' [x] is odd
End If
Random Solutions
What is the Best Digital Camera, that is tiny, takes video and takes great pictures?
How to copy a 150 Gb database across the country?
How to configure two types of update timings for VSE 8.7i via EPO server?
Need to translate my first string in ASP.NET
Computer doesnt power on...
Problem Installing Windows Server 2003 Enterprise Edition on Dell Precision 390
csico catalyst3500
Move users home folders to new storage partition
HP Plotter will not plot inked area only
task manager high CPU usage widows server 2003