Request object Base Application instance code one

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.