Example CGI Programs

An Animation

The HTML for the animation:

<IMG WIDTH=360 HEIGHT=93 SRC="/usr-bin/rbarrett/anim.cgi?web2.glist">

An Email Voting Booth Form

Note: This form is based on an actual cgi program I wrote, but has been disabled. Please don't hit the submit button, because it won't work.

Vote for your preffered history length:

The HTML for the voting booth:

<FORM ACTION="/usr-bin/rbarrett/vote">
<SELECT NAME="vote">
<OPTION>Shown: Leave it at 50!
<OPTION>Shown: Change it to 100!
</SELECT>
<INPUT TYPE="submit" VALUE="Send Your Vote">
</FORM>
Vote for your preffered <B>history</B> length:<BR>
<FORM ACTION="/usr-bin/rbarrett/vote">
<SELECT NAME="vote">
<OPTION>History: Leave it at 100!
<OPTION>History: Shrink it to 50!
<OPTION>History: Change it to 150!
</SELECT>
<INPUT TYPE="submit" VALUE="Send Your Vote">
</FORM>

A Guestbook

Note: This form is based on an actual cgi program I wrote, but has been disabled. Please don't hit the submit button, because it won't work.

Please feel free to put an entry into the Support Group page. Tell the rest of the Web that you too are a Webaholic and are proud of it. If you leave a field blank, it won't show up in the entry. Please do not put the HREF part in to your URL. The correct format is shown above the entry box.


Name:

Email:

URL (format: http://domain.name/homepage.html):

URL name (example: My goofy homepage):

Comment, woes, story or whatever:

The HTML for the guestbook:

Please feel free to put an entry into the Support Group page. Tell the rest of the Web that you too are a Webaholic and are proud of it. If you leave a field blank, it won't show up in the entry. Please do <B>not</B> put the HREF part in to your URL. The correct format is shown above the entry box.
<HR>
<FORM METHOD=POST ACTION="/usr-bin/rbarrett/gbb">
Name:<BR>
<INPUT TYPE="text" NAME="name" SIZE="30" MAXLENGTH="30"><P>
Email:<BR>
<INPUT TYPE="text" NAME="email" SIZE="30" MAXLENGTH="80"><P>
URL (format: http://domain.name/homepage.html):<BR>
<INPUT TYPE="text" NAME="url" SIZE="60" MAXLENGTH="100"><P>
URL name (example: My goofy homepage):<BR>
<INPUT TYPE="text" NAME="urlname" SIZE="60" MAXLENGTH="100"><P>
Comment, woes, story or whatever:<BR>
<TEXTAREA NAME="comment" ROWS="4" COLS="60" MAXLENGTH="2048"></TEXTAREA><P>
<INPUT TYPE="submit" VALUE="Commit Information">
<INPUT TYPE="reset" VALUE="Clear Entries"><P>
</FORM>

[ Next | Back | Topics ]

© 1995 Rich Barrette