Hi,
Is there any code workaround for firefox "Firefox : Prevent this page from creating additional dialougs" checkbox.
Thanks,
Amit
If you're creating popups enough to cause this, consider js/css. An example is at http://webdesignandsuch.com/posts/cs...ss-popup.html#
Also, I don't do any pay-per-call, so not sure your reasonings for wanting this and it may not be waht you're looking for. I'm just speaking general web dev advice.
I am looking for option if through code the infinite loop can be maintained on pop inn FF (aggressive lander testing), which is easily done in Chrome but FF has this feature to block infinite loop type stuff.
Thanks
Are you trying to infinite loop some code or have an infinite loop to keep popping a window when it's closed?
Hi,
So in case of Chrome when there is window popup and user clicks on 'OK' button nothing happens but same window keeps appearing (infinitely) and only way to close page is task manager but in FF I think from version 4.xx onward there is functionality where If browser detects infinite it gives user check box option for "prevent this page from creating additional dialogs" automatically and if user selects that he/she can close the page without any prob. So I am trying infinite loop to keep poping window but its not working in FF (due to reason i mentioned above) and in chrome its working.
Thanks
There's a way to do it but it's a cat and mouse game really. The method differs per browser.
Sent u pm.
Thanks