码迷,mamicode.com
首页 > Windows程序 > 详细

window.open跳过浏览器拦截

时间:2018-08-24 14:50:34      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:div   回调函数   ESS   com   url   open   cat   xxxx   pre   

转自https://www.cnblogs.com/shizk/p/8458916.html

$(‘#btn‘).click(function () {
        //打开一个不被拦截的新窗口
         var newWindow = window.open();
          $.ajax({
                    url: ‘xxxx.com‘,
                     success: function (url) {
                           //修改新窗口的url
                      newWindow.location.href = url;
                   }
            })
 });//先在回调函数之前打开新窗口,后再加载url

 

window.open跳过浏览器拦截

标签:div   回调函数   ESS   com   url   open   cat   xxxx   pre   

原文地址:https://www.cnblogs.com/anxiaoyu/p/9529579.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!