[win32] the EXTCONST in sdbm.h breaks SDBM on Borland, since
[p5sagit/p5-mst-13.2.git] / eg / cgi / index.html
CommitLineData
54310121 1<HTML> <HEAD>
2<TITLE>More Examples of Scripts Created with CGI.pm</TITLE>
3</HEAD>
4
5<BODY>
6<H1>More Examples of Scripts Created with CGI.pm</H1>
7
8<H2> Basic Non Sequitur Questionnaire</H2>
9<UL>
10 <LI> <A HREF="tryit.cgi">Try the script</A>
11 <LI> <A HREF="tryit.txt">Look at its source code</A>
12</UL>
13
14<H2> Advanced Non Sequitur Questionnaire</H2>
15<UL>
16 <LI> <A HREF="monty.cgi">Try the script</A>
17 <LI> <A HREF="monty.txt">Look at its source code</A>
18</UL>
19
20<H2> Save and restore the state of a form to a file</H2>
21<UL>
22 <LI> <A HREF="save_state.cgi">Try the script</A>
23 <LI> <A HREF="save_state.txt">Look at its source code</A>
24</UL>
25
26<H2> Read the coordinates from a clickable image map</H2>
27<UL>
28 <LI> <A HREF="clickable_image.cgi">Try the script</A>
29 <LI> <A HREF="clickable_image.txt">Look at its source code</A>
30</UL>
31
32<H2> Multiple independent forms on the same page</H2>
33<UL>
34 <LI> <A HREF="multiple_forms.cgi">Try the script</A>
35 <LI> <A HREF="multiple_forms.txt">Look at its source code</A>
36</UL>
37
38<H2> How to maintain state on a page with internal links</H2>
39<UL>
40 <LI> <A HREF="internal_links.cgi">Try the script</A>
41 <LI> <A HREF="internal_links.txt">Look at its source code</A>
42</UL>
43
44<h2>Echo fatal script errors to the browser</h2>
45<ul>
46 <li><a href="crash.cgi">Try the script</a>
47 <li><a href="crash.txt">Look at its source code</a>
48</ul>
49
50<EM>The Following Scripts only Work with Netscape 2.0 & Internet Explorer only!</EM>
51
52<H2> Prompt for a file to upload and process it</H2>
53<UL>
54 <LI> <A HREF="file_upload.cgi">Try the script</A>
55 <LI> <A HREF="file_upload.txt">Look at its source code</A>
56</UL>
57
58<h2> A Continuously-Updated Page using Server Push</h2>
59<ul>
60 <li><a href="nph-clock.cgi">Try the script</a>
61 <li><a href="nph-clock.txt">Look at its source code</a>
62</ul>
63
64<h2>Compute the "diff" between two uploaded files</h2>
65<ul>
66 <li><a href="diff_upload.cgi">Try the script</a>
67 <li><a href="diff_upload.txt">Look at its source code</a>
68</ul>
69
70<h2>Maintain state over a long period with a cookie</h2>
71<ul>
72 <li><a href="cookie.cgi">Try the script</a>
73 <li><a href="cookie.txt">Look at its source code</a>
74</ul>
75
76<h2>Permanently customize the appearance of a page</h2>
77<ul>
78 <li><a href="customize.cgi">Try the script</a>
79 <li><a href="customize.txt">Look at its source code</a>
80</ul>
81
82<h2> Popup the response in a new window</h2>
83<ul>
84 <li><a href="popup.cgi">Try the script</a>
85 <li><a href="popup.txt">Look at its source code</a>
86</ul>
87
88<h2> Side-by-side form and response using frames</h2>
89<ul>
90 <li><a href="frameset.cgi">Try the script</a>
91 <li><a href="frameset.txt">Look at its source code</a>
92</ul>
93
94<h2>Verify the Contents of a fill-out form with JavaScript</h2>
95<ul>
96 <li><a href="javascript.cgi">Try the script</a>
97 <li><a href="javascript.txt">Look at its source code</a>
98</ul>
99
100<HR>
101<MENU>
102 <LI> <A HREF="../cgi_docs.html">CGI.pm documentation</A>
103 <LI> <A HREF="../CGI.pm.tar.gz">Download the CGI.pm distribution</A>
104</MENU>
105<HR>
106<ADDRESS>Lincoln D. Stein, lstein@genome.wi.mit.edu<br>
107<a href="/">Whitehead Institute/MIT Center for Genome Research</a></ADDRESS>
108<!-- hhmts start -->
109Last modified: Mon Dec 2 06:23:25 EST 1996
110<!-- hhmts end -->
111</BODY> </HTML>