window.open with popup blocker

前端 未结 5 2102
别那么骄傲
别那么骄傲 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:53

    adamantium is right. a popup blocker would be pretty useless if it could be overridden by the code that's causing the popup. the best you can do is this:

    
    

提交回复
热议问题