Article Listing 1 Listing 2 Listing 3 Listing 4
Listing 5 Table 1 Table 2 Table 3 apr96.tar

Listing 1: Typical HTML form used to transfer user input to a cgi script

<HTML><BODY>

<FORM METHOD="GET"
ACTION="http://www.ualberta.ca/cgi-bin/callme.sh">

<BR>Please enter your first name:
<INPUT TYPE="text" NAME="FIRST"><P>

<BR>Please enter your last name:
<INPUT TYPE="text" SIZE=50 NAME="LASTNAME"><P>

<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear ">
</FORM>

</BODY></HTML>