home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <BODY>
- <%
- If Time() >=#12:00:00 AM# And Time() < #12:00:00 PM# Then
- greeting = "Good Morning!"
- Else
- greeting = "Good Afternoon!"
- End If
- %>
- <H1> <% =greeting %> </H1>
- <BR>
- <H2>and welcome to the Active Server Pages.</H2>
- <BR>
- More HTML lines follow
- </BODY>
- </HTML>
-