How to Detect “prevent this page from creating additional dialogs”

后端 未结 2 1562
一向
一向 2020-12-10 11:35

QUESTION

How can I detect if a user has checked the box, "prevent this page from creating additional dialogs"?

WHY It\'s a problem

If the

2条回答
  •  -上瘾入骨i
    2020-12-10 12:28

    I think you cannot change it - it's browser feature.

    My first idea if you need workaround would be to change code from using system confirm to some js library alert (from e.g. jQuery UI)

提交回复
热议问题