您好,欢迎访问一九零五行业门户网

一个表单的内容两个按钮分别提交到不同的jsp文件_html/css_WEB-ITnose

多表单提交
直接贴代码吧
选择授权用户:
while(user.hasnext()){
string[] struser=user.next();
%>
 >
}
%>
选择授权学生:
while(yuanxi.hasnext()){
string[] stryuanxi=yuanxi.next();
%>
>
}
%>
while(nianji.hasnext()){
string[] strnianji=nianji.next();
%>
>
}
%>
while(student.hasnext()){
string[] strstudent=student.next();
%>
>
}
%>
上面一个按钮想提交两个select的信息然后提取出数据显示出来,
第二个按钮想提交刚 提取的数据 和 select里面的数据 到另一个jsp保存,这代码应该怎么写啊
回复讨论(解决方案)  
改成
另个提交按钮也照这样改
调用函数,参数设置两个不同的参数.
其它类似信息

推荐信息