//http://localhost/mytest.asp
<html>
<title>My First Pocket PC 2003 HTTP Server Test</title>
<body>
<center>
<h1>My First Pocket PC 2003 HTTP Server ASP Test</h1>
<p>The quick brown fox jumps over the laszy dog.</p>
<p>
<%
Dim MyTime
MyTime = Time ' Return current system time.
Response.Write("Time: ")
Response.Write(MyTime)
%>
</p>
</center>
</body>
</html>