为了账号安全,请及时绑定邮箱和手机立即绑定

怎么把表单提交给另一个项目的jsp?求大神指点

怎么把表单提交给另一个项目的jsp?求大神指点

正在回答

2 回答

只能在同一项目里面提交,跨项目估计不行

0 回复 有任何疑惑可以回复我~
<form name="weizhiform" id="weizhiform" action="weizhi" method="post"><input type="submit" value="地址搜索内容"> <input type="text" id='name1' name="1" value="1"></form>里的name为“1”的内容传到<form id="neirongform" name="neirongform" action="neirong" method="post"><input type="submit" value="内容搜索地址"> <input id='name2' type="text" name="2"></form>
 <SCRIPT LANGUAGE="JavaScript">
 <!--
  alert(document.getElementById('name1').value);
  document.getElementById('name2').value = document.getElementById('name1').value;
  alert(document.getElementById('name2').value);
 //-->
 </SCRIPT>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么把表单提交给另一个项目的jsp?求大神指点

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信