By passing a Popup Blocker
-
Hi Does anybody know how to by pass a popup blocker ?? Any help would be appreciated!! Thanks Africa is a tough country --"Hello daar vir die Afrikaans sprekende"--
Depends how the pop up blocker works, like the microsoft popup blocker, its idiot proof meaning that everything 'pops up' is destroyed so if you come across the microsoft popup blocker well your out of luck, unless the setting is set not to block all but medium or low. Are you trying to invent spam v.2 by the way?;P
-
Depends how the pop up blocker works, like the microsoft popup blocker, its idiot proof meaning that everything 'pops up' is destroyed so if you come across the microsoft popup blocker well your out of luck, unless the setting is set not to block all but medium or low. Are you trying to invent spam v.2 by the way?;P
I trying to by pass the pop blocker, because my web application windows must be set to full screen view after the user logged in. The only way I could get the window in into full screen view was by using javascript window.open..... but the popup blockers kills with window etc the web app. Any help on this subject would be very userfull.
-
I trying to by pass the pop blocker, because my web application windows must be set to full screen view after the user logged in. The only way I could get the window in into full screen view was by using javascript window.open..... but the popup blockers kills with window etc the web app. Any help on this subject would be very userfull.
You can't do that anymore. Too many evil people have abused the ability to use popups, so it was taken away from everyone. You have to redesign your application so that it will run without being full screen. Actually you never should have required full screen! You should never assume you are the only application the user runs, it is user hostile at the least. If there are exceptions you can make it company policy that the app must be full screen and have the boss walk around and check once in a while to make sure everyone has your app full screen on their display, writing up anyone who doesn't!