<html>
<head>
<title>Take Survey - Page 2</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/formChain.cgi>
<br>
<table border=1 width=600 bgcolor=#eeeeee>
<caption align=right>Page 2</caption>
<tr><td>
<b>The three entities that denote Unix/Linux file ownership</b><br>
<input type=radio name=fileOwn value=rgb> rgb
<input type=radio name=fileOwn value=rwx> rwx
<input type=radio name=fileOwn value=ugo> ugo
<input type=radio name=fileOwn value=css> css
<p>
<tr><td>
<b>The three entities that denote Unix/Linux file permissions</b><br>
<input type=radio name=filePerm value=rgb> rgb
<input type=radio name=filePerm value=rwx> rwx
<input type=radio name=filePerm value=ugo> ugo
<input type=radio name=filePerm value=css> css
<p>
<tr><td>
<b>JavaScript is a Compiled language</b><br>
<input type=radio name=jsCompiled value=T> True
<input type=radio name=jsCompiled value=F> False
<p>
<tr><td>
<b>JavaScript can perform the following:</b><br>
<input type=checkbox name=jsPerform value=win> PopUp windows
<input type=checkbox name=jsPerform value=roll> Image rollovers
<input type=checkbox name=jsPerform value=io> Read & write
<input type=checkbox name=jsPerform value=val> Form validation
<p>
<tr><td>
<b>An Object contains the following:</b><br>
<input type=checkbox name=object value=var> Variables
<input type=checkbox name=object value=mth> Methods
<input type=checkbox name=object value=str> Strings
<input type=checkbox name=object value=prop> Properties
<input type=checkbox name=object value=arr> Arrays
<p>
<tr><td>
<b>JavaScript is a Scripting version of Java</b><br>
<input type=radio name=jsJava value=T> True
<input type=radio name=jsJava value=F> False
<p>
</table>
<br>
<input type=button value=Previous onClick=history.back()>
<input type=submit value=Continue>
<input type=reset value=Clear>
<input type=hidden name=next value='../../html/demo/forms/survey3.html'>
</form>
</body>
</html>