asp中截取不到表单的数值

<script>functiongetChecked(id){summoney.value=summoney.value+id.value;}varx;x=documen... <script>
function getChecked(id)
{
summoney.value=summoney.value+id.value;
}

var x;
x=document.summoney.value;
</script>

<input name="siz" type="button" onclick="getChecked(this)" value="1">
<input name="siz" type="button" onclick="getChecked(this)" value="2">
<input name="siz" type="button" onclick="getChecked(this)" value="3">
<input name="siz" type="button" onclick="getChecked(this)" value="4">
<input name="siz" type="button" onclick="getChecked(this)" value="5">
<input name="siz" type="button" onclick="getChecked(this)" value="6">
<input name="siz" type="button" onclick="getChecked(this)" value="7">
<input name="siz" type="button" onclick="getChecked(this)" value="8">
<input name="siz" type="button" onclick="getChecked(this)" value="9">
<input name="siz" type="button" onclick="getChecked(this)" value="0">

<input class=input_1 name="summoney" type="text" id="summoney" value="" maxlength="20">
<INPUT type=button value=保存 onclick="window.location.href= 'test.asp?id=<%
dim x
x=summoney.value
response.write x
%>'">
</input>
高手们,帮帮我呀,如何把summoney.value的值整到连接上面来
展开
 我来答
维乐心灵音乐
2011-04-05 · TA获得超过531个赞
知道小有建树答主
回答量:1063
采纳率:50%
帮助的人:491万
展开全部
你要达到的是什么效果啊?是想输入一个网址,然后点击后就跳到这个网址么?
更多追问追答
追问
输入一个数字,能够提到这个数字,数字就是数据库的ID号,这样就可以看内容了
追答
……这还不简单……

代码里边用

id=request.form("表单中输入框的name值")
这样不就能接到了么……

然后
sql="select * from 表名 where id="& id
士芮安08
2011-04-05 · TA获得超过3万个赞
知道大有可为答主
回答量:5449
采纳率:40%
帮助的人:1181万
展开全部
<form id="form1" name="form1" method="get" action="你所说的要得到值的连接">
中间放<input class=input_1 name="summoney" type="text" id="summoney" value="" maxlength="20">

</form>
追问
会提示summoney未定义
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式