windows.open丢失referer

Posted pangtt

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows.open丢失referer相关的知识,希望对你有一定的参考价值。

function gotoUrl(url){ 
  if(window.VBArray){ 
    var gotoLink = document.createElement(‘a‘); 
    gotoLink .href = url; 
    document.body.appendChild(gotoLink); 
    gotoLink .click(); 
  }else{ 
    window.location.href = url; 
  }   

以上是关于windows.open丢失referer的主要内容,如果未能解决你的问题,请参考以下文章

php课程---Windows.open()方法参数详解

JS windows.open()详解

使用windows.open方法,我们可以从网站提取数据吗? [关闭]

javascript windows.open打开fullscreen全屏

Windows Open with Sublime Text

js windows.open()模拟POST提交