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

window.open被浏览器拦截的解决方案

时间:2017-06-17 00:13:40      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:ref   set   class   防止   span   func   方案   doc   pre   

function newWin(url, id) {
              var a = document.createElement(a);
              a.setAttribute(href, url);
              a.setAttribute(target, _blank);
              a.setAttribute(id, id);
              // 防止反复添加
              if(!document.getElementById(id)) document.body.appendChild(a);
              a.click();
  }

http://zakwu.me/2015/03/03/dan-chu-chuang-kou-bei-liu-lan-qi-lan-jie-de-jie-jue-fang-an/

window.open被浏览器拦截的解决方案

标签:ref   set   class   防止   span   func   方案   doc   pre   

原文地址:http://www.cnblogs.com/hupan508/p/7029479.html

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