jsp弹出js后提交表单时执行action时没有跳转回原jsp,而是在打开了另外一个页面,我想让它跳回原jsp,怎么 5
functionclsWin(){vara=document.getElementById("criForm");a.action='itemselectInfo.act...
function clsWin(){
var a=document.getElementById("criForm");
a.action='itemselectInfo.action';
var tg = a.action.split('/')[a.action.split('/').length-2];
a.target = tg;
alert(tg);
a.submit();
window.close();
}
</script>
//这是我的子页面的js
function openNewWin1(){
var reVal =window.showModalDialog("chaxun.jsp",'dialogHeight:480px;dialogWidth:750px');
}//这是打开窗口的js,父页面jsp
<td><input type="button" onClick="openNewWin1()" value="查询"></td>//这是原页面的按钮 展开
var a=document.getElementById("criForm");
a.action='itemselectInfo.action';
var tg = a.action.split('/')[a.action.split('/').length-2];
a.target = tg;
alert(tg);
a.submit();
window.close();
}
</script>
//这是我的子页面的js
function openNewWin1(){
var reVal =window.showModalDialog("chaxun.jsp",'dialogHeight:480px;dialogWidth:750px');
}//这是打开窗口的js,父页面jsp
<td><input type="button" onClick="openNewWin1()" value="查询"></td>//这是原页面的按钮 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询