可以直接创建多个form即可,形式就是“<form></form><form></form>”,此时每个form中的内容就是独立提交的部分。
举例:
<form id='modify1' name="modify1" method="post" enctype="multipart/form-data" action="${ctx}/report/rate_exchangejsp" >
<table class="table_common" id="table1" cellspacing="1" cellpadding="0">
<tr class='title_tr' >
<td style="white-space: nowrap; text-align: center;" colspan="4">
<input type="file" name="fileName" id="filePath">
<input type="button" style="white-space: nowrap; text-align: center;" class="List_Button2" value="<BOC:I18N name="submit"/>" onclick="submitForm1()" />
<input type="reset" style="white-space: nowrap; text-align: center;" class="List_Button2" value="<BOC:I18N name="reset"/>" onclick='confirm("你确认要取消本次上传吗?")'/>
</td>
</tr>
</table>
</form>
<!-- end 文件上传-->
<form>
<table>
<tr class="title_tr" >
<TH width="10%" style="white-space: nowrap; text-align: center;color: red"><%=worry %></TH>
</tr>
<tr class="title_tr" >
<TH width="10%" style="white-space: nowrap; text-align: center;color: green"><SPAN><%=right %></SPAN></TH>
</tr>
</table>
</form>
首先:这样写:
outprintln(requestgetParameter("username")
);
是可以实现的,如果要输出中文还必须写个处理中文的函数
<%!public
String
codeToString(String
str)
{
String
s=str;
try{
byte
tempB[]=sgetBytes("ISO-8859-1");
s=new
String(tempB);
return
s;
}
catch(Exception
e)
{
return
s;
}
}
%>
然后输出的话
调用这个函数:codeToString(requestgetParameter("username"))
当然也可以把上面这句加入到outprintln();里面
还要主意的是:requestgetParameter("username")
里面的
用的是双引号,不是单引号
传递的话按楼上[<a href="/HomeWorkWeb/delclassjspclassId=<%=classId%>"
这个来传递就行了。
至于获取,可以String id = requestgetParameter(“classId”);//注:这里的classId是地址中问号后第一个参数/。。
把获得的id值传递给你的函数就行了。 SQL语句可以写成。
select from type ,Process where typekind =Processkind where typeid = id//这里的id就是你获得的那个id了~ 以实参的形式传递过去。
requestgetSession()setAttribute("cid", id);
// 这样在后面就可以通过 sessiongetAttribute("cid") 来获取,望采纳
1、创建一个名称为 type_button 的html文件 。
2、添加2个button按钮,一个button在点击事件中加入自定义函数 mytype_button,另一个button设置id和type属性值为“button”。
3、添加一p标签,设置id 为 showtype_button。
4、在javascript中创建一个自定义函数 mytype_button。
5、在自定义函数中获取button对象。用type属性获取属性值。
6、在浏览器中打开文件,点击button后会显示获取到的type属性值为“button”。
以上就是关于在一个jsp页面上如何存在多个from表单。全部的内容,包括:在一个jsp页面上如何存在多个from表单。、jsp文件里如何获取html文件里的文本框数据、jsp怎么获取超链接作为参数来传递,怎么写怎么获取等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)