asp 获取下拉框的值的问题?为什么不获得下拉框的值呢?

<html><head><title>retrieveinformationfromformcontrols(radio,checkbox,select)</title>... <html>
<head>
<title>retrieve information from form controls(radio, checkbox, select) </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table>
<form name="form1" method="post" action="choose.asp" enctype="multipart/form-data" onSubmit="checkFileUpload(this,'GIF,JPG,JPEG');return document.MM_returnValue">
<tr bgcolor="#f1f3f5">
<td><div align="right">选择年度: </div></td>
<td>
<select name="aYear" id="aYear">
<option selected="selected" value="2012">年度</option>
<option value="2012" >2012 </option>
<option value="2013">2013 </option>
<option value="2014">2014 </option>
</select>
</td> </tr>
<tr bgcolor="#f1f3f5">
<td height="26" colspan="2"><div align="center">
<input name="Submit" type="submit" class="button" value="确 定 提 交" style="width=130px;height=30px;font-size=12px">
</div></td>
</tr>
</form>
</table>
你选择了:<br>
<%
'aa=Request.querystring("ayear")
Response.Write(Request.querystring("ayear"))
%>
</body>
</html>
展开
 我来答
shren77
推荐于2016-07-27
知道答主
回答量:6
采纳率:0%
帮助的人:3.5万
展开全部
你好,您这个问题是因为你这种写法是不支持静态刷新,我修改了一下,可以实现您这个功能,如果有问题再联系我!
<html>
<head>
<title>retrieve information from form controls(radio, checkbox, select) </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table>
<form name="form1" method="post" action="choose.asp" enctype="multipart/form-data" onSubmit="checkFileUpload(this,'GIF,JPG,JPEG');return document.MM_returnValue">
<tr bgcolor="#f1f3f5">
<td><div align="right">选择年度: </div></td>
<td>
<select name="aYear" id="aYear" onchange="window.location=this.value;">
<option selected="selected" value="2012">年度</option>
<OPTION value="?ayear=2012">2012 </option>
<option value="?ayear=2013">2013 </option>
<option value="?ayear=2014">2014 </option>
</select>
</td> </tr>
<tr bgcolor="#f1f3f5">
<td height="26" colspan="2"><div align="center">
<input name="Submit" type="submit" class="button" value="确 定 提 交" style="width=130px;height=30px;font-size=12px">
</div></td>
</tr>
</form>
</table>
你选择了:<br>
<%
'aa=Request.querystring("ayear")
Response.Write(Request.querystring("ayear"))
%>
</body>
</html>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
犀利的胡茬子
2012-07-09 · TA获得超过663个赞
知道小有建树答主
回答量:853
采纳率:50%
帮助的人:591万
展开全部
把你那句话 换成下面这段
Response.Write(request.Form("ayear"))

你的传值方式是post 但是你却用了get方式接收值 所以接收不到
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式