Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD » NetPlex/!Netplex/!Help/HTML/cgi-bin/timeobey

NetPlex/!Netplex/!Help/HTML/cgi-bin/timeobey

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-Xmas B.adf » PD
Filename: NetPlex/!Netplex/!Help/HTML/cgi-bin/timeobey
Read OK:
File size: 0218 bytes
Load address: 0000
Exec address: 0000
File contents
| >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>
00000000  7c 20 3e 63 67 69 2d 62  69 6e 2e 74 69 6d 65 6f  || >cgi-bin.timeo|
00000010  62 65 79 20 20 28 4e 65  74 70 6c 65 78 20 45 78  |bey  (Netplex Ex|
00000020  61 6d 70 6c 65 29 0a 0a  7c 20 43 6f 6d 70 61 72  |ample)..| Compar|
00000030  65 64 20 74 6f 20 74 68  65 20 42 41 53 49 43 20  |ed to the BASIC |
00000040  63 67 69 2d 62 69 6e 2e  74 69 6d 65 20 70 72 6f  |cgi-bin.time pro|
00000050  67 72 61 6d 2c 20 77 65  20 64 6f 6e 27 74 20 6e  |gram, we don't n|
00000060  65 65 64 20 74 6f 20 64  6f 20 61 6e 79 0a 7c 20  |eed to do any.| |
00000070  65 6e 64 2d 6f 66 2d 6c  69 6e 65 20 63 6f 64 65  |end-of-line code|
00000080  20 63 68 61 6e 67 69 6e  67 2e 0a 0a 25 45 63 68  | changing...%Ech|
00000090  6f 20 43 6f 6e 74 65 6e  74 2d 54 79 70 65 3a 20  |o Content-Type: |
000000a0  74 65 78 74 2f 68 74 6d  6c 0a 25 45 63 68 6f 0a  |text/html.%Echo.|
000000b0  0a 7c 20 54 61 67 73 20  6e 65 65 64 20 74 6f 20  |.| Tags need to |
000000c0  62 65 20 70 72 65 66 69  78 65 64 20 77 69 74 68  |be prefixed with|
000000d0  20 90 7c 91 2c 20 61 73  20 74 68 65 79 20 77 6f  | .|., as they wo|
000000e0  75 6c 64 20 6f 74 68 65  72 77 69 73 65 20 62 65  |uld otherwise be|
000000f0  20 69 6e 74 65 72 70 72  65 74 65 64 0a 7c 20 61  | interpreted.| a|
00000100  73 20 73 79 73 74 65 6d  20 76 61 72 69 61 62 6c  |s system variabl|
00000110  65 73 2e 0a 0a 25 45 63  68 6f 20 7c 3c 48 54 4d  |es...%Echo |<HTM|
00000120  4c 3e 0a 25 45 63 68 6f  20 7c 3c 48 45 41 44 3e  |L>.%Echo |<HEAD>|
00000130  7c 3c 54 49 54 4c 45 3e  54 68 65 20 74 69 6d 65  ||<TITLE>The time|
00000140  20 73 70 6f 6e 73 6f 72  65 64 20 62 79 20 4e 65  | sponsored by Ne|
00000150  74 70 6c 65 78 20 69 73  2e 2e 2e 7c 3c 2f 54 49  |tplex is...|</TI|
00000160  54 4c 45 3e 7c 3c 2f 48  45 41 44 3e 0a 25 45 63  |TLE>|</HEAD>.%Ec|
00000170  68 6f 20 7c 3c 42 4f 44  59 3e 0a 25 45 63 68 6f  |ho |<BODY>.%Echo|
00000180  20 7c 3c 48 31 3e 54 69  6d 65 4f 62 65 79 7c 3c  | |<H1>TimeObey|<|
00000190  2f 48 31 3e 0a 25 45 63  68 6f 20 7c 3c 48 52 3e  |/H1>.%Echo |<HR>|
000001a0  0a 25 45 63 68 6f 20 7c  3c 43 45 4e 54 45 52 3e  |.%Echo |<CENTER>|
000001b0  7c 3c 50 3e 7c 3c 46 4f  4e 54 20 53 49 5a 45 3d  ||<P>|<FONT SIZE=|
000001c0  37 3e 3c 53 79 73 24 44  61 74 65 3e 20 3c 53 79  |7><Sys$Date> <Sy|
000001d0  73 24 59 65 61 72 3e 2e  3c 53 79 73 24 54 69 6d  |s$Year>.<Sys$Tim|
000001e0  65 3e 7c 3c 2f 46 4f 4e  54 3e 7c 3c 2f 50 3e 7c  |e>|</FONT>|</P>||
000001f0  3c 2f 43 45 4e 54 45 52  3e 0a 25 45 63 68 6f 20  |</CENTER>.%Echo |
00000200  7c 3c 2f 42 4f 44 59 3e  0a 25 45 63 68 6f 20 7c  ||</BODY>.%Echo ||
00000210  3c 2f 48 54 4d 4c 3e 0a                           |</HTML>.|
00000218