home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / netplex / !Netplex / !Help / HTML / cgi-bin / timeobey < prev   
Encoding:
Text File  |  1997-01-25  |  536 b   |  20 lines

  1. | >cgi-bin.timeobey  (Netplex Example)
  2.  
  3. | Compared to the BASIC cgi-bin.time program, we don't need to do any
  4. | end-of-line code changing.
  5.  
  6. %Echo Content-Type: text/html
  7. %Echo
  8.  
  9. | Tags need to be prefixed with ‘|’, as they would otherwise be interpreted
  10. | as system variables.
  11.  
  12. %Echo |<HTML>
  13. %Echo |<HEAD>|<TITLE>The time sponsored by Netplex is...|</TITLE>|</HEAD>
  14. %Echo |<BODY>
  15. %Echo |<H1>TimeObey|</H1>
  16. %Echo |<HR>
  17. %Echo |<CENTER>|<P>|<FONT SIZE=7><Sys$Date> <Sys$Year>.<Sys$Time>|</FONT>|</P>|</CENTER>
  18. %Echo |</BODY>
  19. %Echo |</HTML>
  20.