在js中添加如下代码:

window.open("https://www.w3school.com.cn/index.html","","top=100,left=100,width=300,height=200");

window.open("toExport.do?);
toExport 是action方法名,id和date是传到后台action方法的接收值,后面 top···是控制窗口大小,自己可以根据需求自行更改


自用
function toExport(id,scheduleDate){
                disableAllBts();
                window.open("toExport.do?scheduleID="+id+"&scheduleDate="+scheduleDate,"","top=100,left=100,width=300,height=200");
            }

 

相关文章:

  • 2021-12-19
  • 2021-09-19
  • 2021-12-15
  • 2022-01-02
  • 2021-12-19
  • 2021-11-17
  • 2021-12-19
猜你喜欢
  • 2021-12-15
  • 2022-01-02
  • 2022-01-02
  • 2021-12-15
  • 2021-11-17
  • 2021-11-27
  • 2021-12-23
  • 2021-12-29
相关资源
相似解决方案