Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

javascript popup "Prevent this page from creating additional dialogs"

  • 4 답장
  • 6 이 문제를 만남
  • 20 보기
  • 최종 답변자: cor-el

more options

1. how to write source code Avoid "Prevent this page from creating additional dialogs"

   (use javascript window.showModalDialog(url, name, properties);)

2. [ call direct window.showModalDialog ] vs [ call window.showModalDialog under ajax success function ]

when click very fast -> They alert "Prevent this page from creating additional dialogs".

why when click slow speed -> [ call direct window.showModalDialog ] don't show "Prevent this page from creating additional dialogs".

but [ call window.showModalDialog under ajax success function ] show "Prevent this page from creating additional dialogs". (How to avoid message like upper case)

thank you Somjet

1. how to write source code Avoid "Prevent this page from creating additional dialogs" (use javascript window.showModalDialog(url, name, properties);) 2. [ call direct window.showModalDialog ] vs [ call window.showModalDialog under ajax success function ] when click very fast -> They alert "Prevent this page from creating additional dialogs". why when click slow speed -> [ call direct window.showModalDialog ] don't show "Prevent this page from creating additional dialogs". but [ call window.showModalDialog under ajax success function ] show "Prevent this page from creating additional dialogs". (How to avoid message like upper case) thank you Somjet

글쓴이 somjet 수정일시

모든 댓글 (4)

more options

while I am sure you will get the answer from illuminati here sooner or later, asking on dev apps for Firefox or on IRC under #developers will get you a faster reaction.

And - maybe - browsing through different questions and answers on MDN may be more practical.

more options

Thanks for the advice.

more options

Thanks for the advice.

more options

You would have to make sure to wait at least 3 seconds between creating pop-ups to avoid this check box and also not to send too many dialogs.