|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/enrgy/_private/testexe/ |
Upload File : |
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<title>The Lazy Web Server, at <% = Time %> on <% = Date %></title>
<style> {Font-Family="Arial"} </style>
<basefont SIZE="2">
</head>
<body background="..\Images\bground.jpg" LEFTMARGIN="0">
<table>
<tr>
<td LeftMargin="0"><img ALT="Wrox Logo" SRC="..\Images\wxLogo.gif" ALIGN="top" Width="140"></td>
<td><h1>The Lazy Web Server, at <% = Time %> on <% = Date %></h1></td>
</tr>
<tr><td></td>
<td ALIGN="LEFT">
<b>
<% If Hour(Now) < 8 Then %>
Don't you know what time it is? I was still in bed!
<% Else
Randomize
intChoice = Int(Rnd * 4)
Select Case intChoice
Case 0 %>
So, where do you want me to go today?
<% Case 1 %>
Well, look who is back visiting us again...
<% Case 2 %>
Hi there, and welcome to our site.
<% Case 3 %>
It's raining here, what's the weather at your end like?
<% End Select
End If %>
</b>
<p><font SIZE="2"><cite>� 1997 - Wrox Press Limited</cite></font>
</td>
</tr>
</table>
</body>
</html>