window.open with popup blocker

前端 未结 5 2115
别那么骄傲
别那么骄傲 2020-12-19 11:27

I am trying to open a certain page from my default page. All the code there is in the default page is:



        
5条回答
  •  天命终不由人
    2020-12-19 11:59

    As others have stated, you simply can't. The browser is blocking that behavior. Another option would be to not use window.open but instead use a javascript component which can give you the same behavior.

提交回复
热议问题