当前位置:编程学习 > asp >>

取得表单提交的所有数据

答案:

<% For Each x In Request.Form %>
Request.Form( <%= x %> ) = <%= Request.Form(x) %> <BR>
<% Next %>

<%
For i = 1 To Request.Form("inputname").Count
Response.Write Request.Form("inputname")(i) & "<BR>"
Next
%>

上一个:发邮件的asp(CDONTS.NewMail)
下一个:支持加号空格的查询

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,