<html>
<head>
<title>Take Survey - Page 3</title>
</head>
<body bgcolor=lightyellow>
<h1><center>Take Survey</center></h1>
<h3><center>Using Hidden Fields</center></h3>

<form method=POST name=order action=/~sultans/util/form/formProc.cgi>

<br>

<table border=1 width=600 bgcolor=#eeeeee>
<caption align=right>Page 3</caption>
<tr><td>
<b>If an html page has 2 images.  How many HTTP requests need to made<br>
to enable the browser to completely render the page</b><br>
<input type=radio name=httpReq value=1> One time
<input type=radio name=httpReq value=2> Two times
<input type=radio name=httpReq value=3> Three times
<input type=radio name=httpReq value=4> Four times
<input type=radio name=httpReq value=0> None
<p>
<tr><td>
<b>Using the Post HTTP methods, the QUERY_STRING is empty</b><br>
<input type=radio name=queryEmpty value=T> True
<input type=radio name=queryEmpty value=F> False
<p>
<tr><td>
<b>HTTP cookies are sent between browsers and servers as part of</b><br>
<input type=radio name=cookieXfer value=doc>  Document body
<input type=radio name=cookieXfer value=q_s>  QUERY_STRING
<input type=radio name=cookieXfer value=http> HTTP headers
<input type=radio name=cookieXfer value=env>  Environment Variables
<p>
<tr><td>
<b>Cookies can be shared between Different Browsers</b><br>
<input type=radio name=cookieShared value=T> True
<input type=radio name=cookieShared value=F> False
<p>
<tr><td>
<b>This survey was</b><br>
<input type=radio name=survey value=easy> Easy
<input type=radio name=survey value=hard> Hard
<input type=radio name=survey value=xhard> Extremely hard
<p> 
</table>

<br>
<input type=button value=Previous onClick=history.back()>
<input type=submit value="Submit Survey">
<input type=reset  value=Clear>


</form>

</body>
</html>