求asp提交表单代码
我是一个asp的超级大菜鸟,才学asp,有道题不会做,请大虾帮帮忙。点击下面的链接进去第二题,选择水果的那道题,我不会做。帮帮忙http://school.hlw.cn/...
我是一个asp的超级大菜鸟,才学asp,有道题不会做,请大虾帮帮忙。
点击下面的链接进去第二题,选择水果的那道题,我不会做。帮帮忙
http://school.hlw.cn/subfun/function/jc_ex_show.php?jid=24&eid=34&did=34#f34
不要这么吝啬啊
详细点撒 展开
点击下面的链接进去第二题,选择水果的那道题,我不会做。帮帮忙
http://school.hlw.cn/subfun/function/jc_ex_show.php?jid=24&eid=34&did=34#f34
不要这么吝啬啊
详细点撒 展开
3个回答
展开全部
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>订购商品</title>
</head>
<body>
<form name="form1" action="?" method="get">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td><input type="checkbox" name="check" value="苹果"/>苹果</td></tr>
<tr><td><input type="checkbox" name="check" value="香蕉"/>香蕉</td></tr>
<tr><td><input type="checkbox" name="check" value="菠萝"/>菠萝</td></tr>
<tr><td><input type="checkbox" name="check" value="桔子"/>桔子</td></tr>
<tr><td><input type="submit" name="Submit" value="订购"/></td></tr>
</table>
</form>
<%
sp=request("check")
%>
<table width="100%" cellpadding="0" cellspacing="0">
<tr><%if sp<>"" then %><td>你订购了</td><%end if%></tr>
<tr><td><font color="#33FF33"><%=sp%><br /></font></td></tr>
</table>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>订购商品</title>
</head>
<body>
<form name="form1" action="?" method="get">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td><input type="checkbox" name="check" value="苹果"/>苹果</td></tr>
<tr><td><input type="checkbox" name="check" value="香蕉"/>香蕉</td></tr>
<tr><td><input type="checkbox" name="check" value="菠萝"/>菠萝</td></tr>
<tr><td><input type="checkbox" name="check" value="桔子"/>桔子</td></tr>
<tr><td><input type="submit" name="Submit" value="订购"/></td></tr>
</table>
</form>
<%
sp=request("check")
%>
<table width="100%" cellpadding="0" cellspacing="0">
<tr><%if sp<>"" then %><td>你订购了</td><%end if%></tr>
<tr><td><font color="#33FF33"><%=sp%><br /></font></td></tr>
</table>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询