美文网首页
js打开窗口后并刷新 window.open和 locatio

js打开窗口后并刷新 window.open和 locatio

作者: deanwin | 来源:发表于2022-11-30 11:45 被阅读0次

  var openWindow = window.open("/wui/index.html#/main/email/approve?menu_folderid=-17&folderid=-17", "_self"); //scriptURl is my which i want to 

            openWindow.onload = function(){

                location.reload(); //or perhaps openWindow.location.reload(); need to check

            } 

相关文章

网友评论

      本文标题:js打开窗口后并刷新 window.open和 locatio

      本文链接:https://www.haomeiwen.com/subject/kezjfdtx.html