Somjet
unread,May 29, 2013, 6:15:47 AM5/29/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-apps...@lists.mozilla.org
Question about
javascript popup "Prevent this page from creating additional dialogs"
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