#12000/12/22 16:12:50
两个文件,
写的有点乱,HIHI
本来想用数组的。
没成想居然用不上。
file test1.asp
--------------------------------------------------------------------------------
file test2.asp
-------------------------------------------------------------------------------
<%
for i=1 to 10
test="name"+CSTR(i)
add="select"+CSTR(i)
'if request(test)=1 then
response.write "
"+test
response.write "=1
"
if request(add)<>"" then
response.write "被选,数值为"+request(add)
end if
'end if
next
%>