Re: Popup Blockers

2006-12-01 Thread Robert Molenda
m: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Dan Hardy Sent: Thursday, November 30, 2006 1:03 PM To: arslist@ARSLIST.ORG Subject: Re: Popup Blockers You can detect whether popup blockers are enabled using javascript. The test code can attempt to create an

Re: Popup Blockers

2006-11-30 Thread Dan Hardy
You can detect whether popup blockers are enabled using javascript. The test code can attempt to create an off-screen popup window and then close it, and if an exception is thrown it failed because of a popup blocker. The test would be something like the code below, which you would run in the

Re: Popup Blockers

2006-11-30 Thread Rick Cook
the problem is popup blockers. The Yahoo toolbar in particular seems to block either dialog boxes or error messages. Is there any way to detect the use of a popup blocker and instruct the user to disable it? Or a way to write the workflow that it won't be affected? Everyone uses IE6. Thanks!

Popup Blockers

2006-11-30 Thread Christopher Blue
Hello list - I am getting an increasing number of complaints that mid tier applications aren't working and the problem is popup blockers. The Yahoo toolbar in particular seems to block either dialog boxes or error messages. Is there any way to detect the use of a popup blocker and ins