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
PHP String Concatenation Help
Visual Studio 2010 ASP.NET 4.0 not registered error
foward email to a user via mail contact in exchange 2010
Loop and a query
remove spaces from a string using regexreplace
OCZ Agility SSD Won't Boot on Toshiba M400
IE-SSO supported with IronPort S160?
Looping over google maps v3 markers
Need help with div positioning...
Jython - need try / except Logic for .py Script