<!DOCTYPE html>
<html>
<body>

<%
i=hour(time)
如果 i < 10 那麼
  response.write("早上好!")
Else
  response.write("祝您愉快!")
End If
%>


</body>
</html>