例如 checkbox 等
可避免ASP自動使用","串接
<%
if request.Form("acttype") = "sendPQ" then
For i=1 to Request.Form("sendQ").count
response.Write( request.Form("sendQ")(i) )
next
end if
%>
<%
if request.Form("acttype") = "sendPQ" then
For i=1 to Request.Form("sendQ").count
response.Write( request.Form("sendQ")(i) )
next
end if
%>
0 意見:
張貼留言