View Source
Go Back to /jang/books/webprog/06asp/example/rs/tShowTime.asp
Go Back to WWW sandbox
<!--#INCLUDE file="showTimeServer.asp"-->
<html>
<body>
<SCRIPT RUNAT=SERVER Language=javascript>
serverTime = getTime();
Response.Write("serverTime =" + serverTime + "<br>");
</SCRIPT>
</body>
</html>