This is a spacer.  No Picture here. JMU Home  | Accounts Info  | Computing  | Downloads  | Forms  | Passwords  | Self-Help    

<HTML>

<HEAD>

<TITLE>Example DoForm Page</TITLE>

</HEAD>

<BODY>

<H1>Welcome to the DoForm Sample Page</H1>

<P>Please give us the following information so that we can show you what DoForm does</P>

<FORM action="/cgi-bin/doform/doform.cfg" method="post">

Name: <INPUT type="text" name="name" size="40" maxlength="255"><BR>

Department: <INPUT type="text" name="dept" size="65" maxlength="255"><BR>

Email Address: <INPUT type="text" name="email" size="24" maxlength="255"><BR>

Reason for your interest: <SELECT name="reason">

<OPTION value="project" selected>I have a project that I am working on.</OPTION>

<OPTION value="learn">I just like to learn things.</OPTION>

<OPTION value="job">I want to get a job with IT.</OPTION>

</SELECT><BR>

Please check here if you have tried to use DoForm before <INPUT TYPE="checkbox" NAME="tried" VALUE="tried"><BR>

<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">

<INPUT TYPE="reset" NAME="reset" VALUE="Reset"><BR>

</FORM>

</BODY>

</HTML>





<< Back to Tutorial List