1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>WN Examples: Forms, Clickable Images and Authentication</title>
<link rev="made" href="mailto:john@math.nwu.edu">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="last-modified" content="Sun, 10 May 1998 18:07:18 GMT">
<meta http-equiv="keywords" content="WN examples">
</head>
<body bgcolor="#FFFFFF">
<p>
<a href="http://hopf.math.nwu.edu/"><img
src="../images/powered.jpg"
border="0"
width="190"
height="41"
align="right"
alt="WN home page"
></a>
</p>
<h2><em>WN</em> Examples: Forms, Clickable Images and Authentication</h2>
<!-- #include -->
<dl>
<dt>
<big>
<a href="sample.cgi"><em>WN</em> Executable Program Example (Run
It)</a>
</big>
</dt>
<dd>
<p>
It prints the values of all the <a href="../appendixD.html">CGI/1.1
environment variables</a>.
</p>
</dd>
<dt>
<big>
<a href="nph-sample.cgi"><em>WN</em> NPH Program Example (Run It)</a>
</big>
</dt>
<dd>
<p>
Same as above but an NPH (non-parsed-headers) program.
</p>
</dd>
<dt>
<big>
<a href="form.html"><em>WN</em> Fill-Out Form Example</a>
</big>
</dt>
<dd>
<p>
Order a Pizza!
</p>
</dd>
<dt>
<big>
<a href="ismap.html"><em>WN</em> Clickable Image Examples</a>
</big>
</dt>
<dd>
<p>
Illustrating the different "methods" for clickable images.
</p>
</dd>
<dt>
<big>
<a href="../authentication/index.html"><em>WN</em> Password Protected
Directory Example</a>
</big>
</dt>
<dd>
<p>
Use "santa" as username and "red-nosed" as password. For this
example to work, the <em>WN</em> server must be run any of the <a
href="../appendixA1.html#t_opt">-t</a>, <a
href="../appendixA1.html#T_opt">-T</a>, <a
href="../appendixA1.html#a_opt">-a</a> or <a
href="../appendixA1.html#A_opt">-A</a> options.
</p>
</dd>
<dt>
<big>
<a href="push.cgi"><em>WN</em> Server Push Example</a>
</big>
</dt>
<dd>
<p>
It prints the current time on the server and updates it every five
seconds. It quits after doing this five times.
</p>
</dd>
<dt>
<big>
<a href="counter.html"><em>WN</em> Server Side Includes that Execute
a Program</a>
</big>
</dt>
<dd>
<p>
How the page counter and last modified lines on this page work.
</p>
</dd>
</dl>
<hr size="4">
<address>
<em>WN</em> version 2.0.0
<br>
Copyright © 1998 <a href="mailto:john@math.nwu.edu">John Franks
<john@math.nwu.edu></a>
<br>
licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU
General Public License</a>
<br>
last-modified: Sun, 10 May 1998 18:07:18 GMT
</address>
</body>
</html>
|