Legally avoiding popup blocking

后端 未结 3 426
暗喜
暗喜 2020-12-17 16:17

What is causing some browsers to see my code as unsolicited?

I have a web site devoted to helping people with interactive sessions. It starts with the user clicking

3条回答
  •  春和景丽
    2020-12-17 16:41

    There isn't anything you can do about this. Some popup blockers still block everything, even in response to a user clicking. The best you can do is suggest your users turn off popup blockers, or find a different way to do what you want to do. A popular method is the div that appears on top of all others on your page, like Lightbox.

    There are many jQuery plugins which make this easy.

提交回复
热议问题