Hi,

I could do this very easily with .NET, but my client wants it in basic ASP which I have no experience of.

I hope someone can help.

If the time is between 00:00 and 11:59 then write "Good Morning"
ElseIf the time is between 12:00 and 18:00 then write "Good Afternoon"
ElseIf the time is between 18:01 and 23:59 then write "Good Evening"

Thanks!