Popup blocker window
-
I want to detect if the client browser is using popupblocker or not.. or is there any solution to popup a window regardless of that popblocker as Hotmail and yahoo shows popupwindow on deleteing of emails thanx in advance**
R A M
**
-
I want to detect if the client browser is using popupblocker or not.. or is there any solution to popup a window regardless of that popblocker as Hotmail and yahoo shows popupwindow on deleteing of emails thanx in advance**
R A M
**
hello, I guess that there are several methods for doing this. In fact, what you need to do is to make sure that the pop up is open. This can be done by setting a flag variable on the opener window when the pop up opens. this is not a very good solution. What I would do would be to assign the pop up window to an object variable on the opener. all you need to do is to check if this variable is null after opening the pop up. Hope this helps! Jason Kataropoulos
Excellence is not an act, but a habit!
Aristotle