<!DOCTYPE html>
<html>
<body>
<%
dim 时
时 = hour(now())

response.write("<p>" & now())
response.write("</p>")
If 时<12 then
   response.write("早上好!")
else
   response.write("好下午!")
end if
%>

</body>
</html>