by Shawl.qiu
Summary:
This article demonstrates several important applications of ASP server-side scripting.
Directory:
1. Traverse the collection/object
1.1 VBScript traverse a collection of forms
1.2 JScript Traverse Form Collection
2. The conversion value is variable and assigned
2.1 VBScript Transition measure value is variable and assigned value
2.2 JScript Transition measure value is variable and assign value
3. Dynamic Include files
3.1 VBScript dynamic Include files
3.2 JScript dynamic Include files
Shawl.qiu
2006-10-11
Http://blog.csdn.net/btbtd
1. Traverse the collection/object
1.1 VBScript traverse a collection of forms
LineNum
<%
For each temp in request. Form
Response.Write temp& ":" &request.form (temp)
Next
%>
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.