Enter user name:<br>
<input type= "text" name= "YHM" ><br>
<br>
Enter Password:<br>
<input type= "text" name= "Mima" ><br>
<br>
What are your hobbies and interests? <br>
<br>
<input type= "checkbox" Name= "Xingqu" value= "watch movies" > Watch movies <br>
<input type= "checkbox" Name= "Xingqu" value= "Listen to Music" > Listen to Music <br>
<input type= "checkbox" Name= "Xingqu" value= "Play basketball" > play basketball <br>
<input type= "checkbox" Name= "Xingqu" value= "read Magazine" > Read magazine <br>
<input type= "checkbox" Name= "Xingqu" value= "Play games" > play games <br>
<br>
<input type= "Submit" value= "Submission" ><br>
<br>
The user name you entered is: <br><%=request.form ("YHM")%><br>
The password you entered is: <br><%=request.form ("Mima")%><br>
Your hobbies have <%=request.form ("Xingqu") .count%> items:<br>
Includes: <%=request.form ("Xingqu")%><br>
Request object Base Application instance code one