Thread: ASP Code Error
View Single Post
Old 03-18-2005, 12:22 PM   #2 (permalink)
developer
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default

If h<12 then
response.write("Good Morning!")
elseif h>18 then
response.write("Good Night!")
else
response.write("Good Death!")
end if

In the original code th first If is not closed.
__________________
Somewhere I Belong...
developer is offline