<form method="post" action="checkbox.jsp">
<P>Please check adjectives you would
use to describe this web site's
customer service:</p>
<P>Atrocious
<input type="checkbox" name="feedback" value="atrocious"/></p>
<P>Loathsome
<input type="checkbox" name="feedback" value="loathsome"/></p>
<P>Flagitious
<input type="checkbox" name="feedback" value="flagitious"/></p>
<P>Satisfactory
<input type="checkbox" name="feedback" value="satisfactory"/></p>
<P><input type="submit" value="Submit" /></p>
</form>
|