<script>
<form class="form-horizontal" id="formid" action="${base}/cmn/report!exp.action" method="post" >
</form>
function expInf(){
var newwin=window.open('','_self','width=200,height=100');
document.getElementById("formid").target = 'newWindow';//这一句是关键
document.getElementById("formid").submit();
}
</script>
下载导出文件不弹出新窗口
最新推荐文章于 2023-11-09 10:34:09 发布
2467

被折叠的 条评论
为什么被折叠?



