Knowledge Base Nr: 00247 mytestasp.txt - http://www.swe-kaiser.de

Downloads:

meine erste .asp-seite auf dem pocket pc

  
//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>