IHYPRESS.NET
ASP
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
Earn Free Bitcoin
ASP ❯ Time-Based Greeting
<08>
<div style="font-size:1.1em;color:#009999;"> <% h = hour(now()) response.write("<div>" & now()) response.write("</div>") if h < 12 then response.write("Good Morning!") else if h < 18 then response.write("Good Afternoon!") else response.write("Good Evening!") end if end if %> </div>
3/29/2024 7:06:47 AM
Good Morning!
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.