IF Else End if




<!DOCTYPE html>
<html>
<body>

<%
i=hour(time)
If i < 10 Then
response.write("Good morning!")
Else
response.write("Have a nice day!")
End If
%>

</body>
</html>










( ifelseendif.html )- by Paolo Puglisi - Modifica del 17/12/2023