如何获取submit传递的值 20
在GetAllValue中有一表单"f",action="sign"method="get",form中有一些radio和一个文本框,还有一提交按钮submit,我想知道...
在GetAllValue中有一表单"f",action="sign" method="get",form中有一些radio和一个文本框,还有一提交按钮submit,我想知道点击提交按钮submit后sign页面怎么获取处理提交的值?求sign的代码GetAllValue代码如下
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>GetAllValue</title><head>
<body>
<form name="f" action="sign.html" method="get">
<b>Choose the software you want:<b><br />
<input type="radio" name="r" value="3dsmax" onClick="getr('r')" />3dsmax
<input type="radio" name="r" value="maya" onClick="getr('r')" />maya
<input type="radio" name="r" value="autodesk" onClick="getr('r')">autodesk<br ><br >
<b>Do you have any other request:</b><br />
<textarea name="comment" rows="4" cols="50"></textarea><br />
<div><input type="submit" value="提交"></div>
</form>
</body>
</html>
如何在sign页面中显示出所选的radio的值以及text中的值,望高手解答。 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>GetAllValue</title><head>
<body>
<form name="f" action="sign.html" method="get">
<b>Choose the software you want:<b><br />
<input type="radio" name="r" value="3dsmax" onClick="getr('r')" />3dsmax
<input type="radio" name="r" value="maya" onClick="getr('r')" />maya
<input type="radio" name="r" value="autodesk" onClick="getr('r')">autodesk<br ><br >
<b>Do you have any other request:</b><br />
<textarea name="comment" rows="4" cols="50"></textarea><br />
<div><input type="submit" value="提交"></div>
</form>
</body>
</html>
如何在sign页面中显示出所选的radio的值以及text中的值,望高手解答。 展开
3个回答
2011-05-04
展开全部
试试submit_name
submit_value
submit_value
追问
能不能详细点的啊,光这样说我一点都不明白啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你为什么用get方法传值呢?comment的内容超过100多个字的时候还能传吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
request
更多追问追答
追问
可不可以详细一点,最好把代码都打出来
追答
比如前台提交的comment值,在后台可以通过“String str_comment=request.getParameter("comment"); ”获得。更多的你可以到网上找找关于request.getParameter()方法的详细用法,希望能帮到你。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询