I want to open a new tab instead of a popup window

后端 未结 3 1883
一生所求
一生所求 2020-12-19 06:14

I am trying to open a new tab. But Window.open() is opening up popup window.

I want to open hello.php file in a new tab. But it is opening

3条回答
  •  时光说笑
    2020-12-19 06:45

    In case it could be a javascript issue about override functions, do that:

    
    

    That should make you can't use functions from other javascript code out of your function(window, undefined) wrapper-

提交回复
热议问题