Detecting Popup Blockers [2/16/2005, Geo Hilal]
With all the new spyware and unsolicited advertisement users are becoming more aware of the problems they can cause on their PC. Many users have installed popup blockers by downloading a free one form the internet or updating to service pack 2. These blockers have been great at eliminating most of the annoying things that come along with the popups.
Unfortunately there is still a legitimate need to have windows popup. A user may experience a site as broken because their blocker did not allow a valid window to open. One way to do this is to check if javascript can access the handle to the window that was opened.
I have tested this technique with these popup blockers, IE (SP 2), FireFox, Yahoo, and Google and it seems to work. Below is the sample code.
The key to this working is to keep track of the window handle and check if javascript can access it.
View sample
With all the new spyware and unsolicited advertisement users are becoming more aware of the problems they can cause on their PC. Many users have installed popup blockers by downloading a free one form the internet or updating to service pack 2. These blockers have been great at eliminating most of the annoying things that come along with the popups.
Unfortunately there is still a legitimate need to have windows popup. A user may experience a site as broken because their blocker did not allow a valid window to open. One way to do this is to check if javascript can access the handle to the window that was opened.
I have tested this technique with these popup blockers, IE (SP 2), FireFox, Yahoo, and Google and it seems to work. Below is the sample code.
The key to this working is to keep track of the window handle and check if javascript can access it.
View sample
Categories
Trackback
- URL: http://www.powerhoster.com/domainhosting/modules/article/view.article.php/c1/2325
- Trackback: http://www.powerhoster.com/domainhosting/modules/article/trackback.php/2325
Rate
Copyright© Powerhoster & Powerhoster.com
The comments are owned by the poster. We aren't responsible for their content.
|
|

