Learnem Educational
May 18, 2012, 01:17:11 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: hw2-1.asp  (Read 1319 times)
bmerkt
Newbie
*
Posts: 5


View Profile
« on: January 07, 2002, 04:37:09 AM »

<html>
<head><title>Date/Time Functions</title>
<script language="vbscript" runat="server">
sub out
response.write("Now is: ")
response.write(now)
response.write("Time: ")
response.write(time)
end sub
</script>
</head>

<body>
<%out%>
</body>
</html>
« Last Edit: January 01, 1970, 12:00:00 AM by bmerkt » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!