home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / ASP_Date_and_Time.asp < prev    next >
Encoding:
Text File  |  1999-10-22  |  443 b   |  21 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <HTML> 
  4.  
  5. <HEAD> 
  6.     <TITLE>Insert Your Title</TITLE>
  7.     <META name="Generator" content="Soft Lite ScriptWorx 3.0">
  8. </HEAD> 
  9.  
  10. <BODY topmargin="0" leftmargin="0" link="#0000FF" vlink="#800080" alink="#FF0000">
  11.  
  12. <!-- This requires your server to support server-side ASP //-->
  13.  
  14. <P>The current date and time on the server: <%= Now %>.</P>
  15.  
  16.  
  17.  
  18.  
  19. </BODY> 
  20. </HTML> 
  21.