home *** CD-ROM | disk | FTP | other *** search
/ Inside Dreamweaver 4 / IDW4.ISO / pc / Projects / ch24 / time.asp < prev   
Encoding:
Text File  |  2001-02-13  |  289 b   |  21 lines

  1. <%@LANGUAGE="VBSCRIPT"%>
  2.  
  3.  
  4.  
  5. <html>
  6. <head>
  7. <title>Server Driven Time and Date</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  9. </head>
  10.  
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <p><b><%=time%></b>
  13. </p>
  14. <p><%=date%>
  15. </p>
  16. </body>
  17. </html>
  18.  
  19.  
  20.  
  21.