home *** CD-ROM | disk | FTP | other *** search
- | >cgi-bin.timeobey (Netplex Example)
-
- | Compared to the BASIC cgi-bin.time program, we don't need to do any
- | end-of-line code changing.
-
- %Echo Content-Type: text/html
- %Echo
-
- | Tags need to be prefixed with ‘|’, as they would otherwise be interpreted
- | as system variables.
-
- %Echo |<HTML>
- %Echo |<HEAD>|<TITLE>The time sponsored by Netplex is...|</TITLE>|</HEAD>
- %Echo |<BODY>
- %Echo |<H1>TimeObey|</H1>
- %Echo |<HR>
- %Echo |<CENTER>|<P>|<FONT SIZE=7><Sys$Date> <Sys$Year>.<Sys$Time>|</FONT>|</P>|</CENTER>
- %Echo |</BODY>
- %Echo |</HTML>
-