ASP 中如何输出复选框 急!要分的来

首先第1个网页是1.asp<formid="form1"name="form1"method="post"action="2.asp"><tablewidth="313"... 首先第1个网页是1.asp
<form id="form1" name="form1" method="post" action="2.asp">
<table width="313" border="1" bordercolor="#000000" >
<tr>
<td><div align="right">爱好:</div></td>
<td><p>
<input name="zuqiu" type="checkbox" id="zuqiu" value="a" />
足球
<input name="lanqiu" type="checkbox" id="lanqiu" value="b" />
篮球
<input name="paiqiu" type="checkbox" id="paiqiu" value="c" />
排球</p>
<p>
<input name="kanshu" type="checkbox" id="kanshu" value="d" />
看书
<input name="youyong" type="checkbox" id="youyong" value="e" />
游泳
<input name="huahua" type="checkbox" id="huahua" value="f" />
画画</p></td>
</tr>
</table>
</form>
我在第2个 2.asp网页中该怎么输出呢?(方法越多越好)
大哥您的代码可以 能解释下for i= 0 to ubound(ah)
response.write ah(i)&"<br>"什么意思吗 我不理解
展开
 我来答
nxnd1986
2009-08-19 · TA获得超过2248个赞
知道小有建树答主
回答量:903
采纳率:0%
帮助的人:620万
展开全部
首先是1.asp,应改为
<form id="form1" name="form1" method="post" action="2.asp">
<table width="313" border="1" bordercolor="#000000" >
<tr>
<td><div align="right">爱好:</div></td>
<td><p>
<input name="aihao" type="checkbox" id="zuqiu" value="足球" />
足球
<input name="aihao" type="checkbox" id="lanqiu" value="篮球" />
篮球
<input name="aihao" type="checkbox" id="paiqiu" value="排球" />
排球</p>
<p>
<input name="aihao" type="checkbox" id="kanshu" value="看书" />
看书
<input name="aihao" type="checkbox" id="youyong" value="游泳" />
游泳
<input name="aihao" type="checkbox" id="huahua" value="画画" />
画画</p></td>
</tr>
</table>
<input type="submit" name="Submit" value="提交" />
</form>
在2.asp中,
<% aihao=request("aihao")
ah=split(aihao)
for i= 0 to ubound(ah)
response.write ah(i)&"<br>"
next %>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式