Re: Detect Function or Pop-Up Blocking
Brett Merkey wrote:[color=blue][color=green]
>> The problem is that not all browsers support try/catch.[/color]
>
> Serious commercial implementations assume the range of browser
> versions and configurations compatible with making a profit.[/color]
Profits are made by taking money off people, for which the requirements
are support for HTTP (preferably including secure), HTML and
specifically HTML forms. There aren't many web browsers that do not
facilitate that (or could be configured not to).
[color=blue]
> Assuming otherwise makes no sense.[/color]
In much the same way as taking action that will positively prevent some
potential customers from doing business does not make sense.
[color=blue]
> With that in mind, all browsers
> support try...catch.[/color]
That is wishful thinking. The sort of thought process that results in
developers reducing the potential for making profits for no better
reason than that they are not capable of doing any better (or even
perceiving that it is possible to do better).
But in the case of the proposed script try-catch does not help at all,
as many pop-up blocking techniques will not generate exceptions in the
script that attempts to open a window, while still not resulting in a
new window.
Richard.
Brett Merkey wrote:[color=blue][color=green]
>> The problem is that not all browsers support try/catch.[/color]
>
> Serious commercial implementations assume the range of browser
> versions and configurations compatible with making a profit.[/color]
Profits are made by taking money off people, for which the requirements
are support for HTTP (preferably including secure), HTML and
specifically HTML forms. There aren't many web browsers that do not
facilitate that (or could be configured not to).
[color=blue]
> Assuming otherwise makes no sense.[/color]
In much the same way as taking action that will positively prevent some
potential customers from doing business does not make sense.
[color=blue]
> With that in mind, all browsers
> support try...catch.[/color]
That is wishful thinking. The sort of thought process that results in
developers reducing the potential for making profits for no better
reason than that they are not capable of doing any better (or even
perceiving that it is possible to do better).
But in the case of the proposed script try-catch does not help at all,
as many pop-up blocking techniques will not generate exceptions in the
script that attempts to open a window, while still not resulting in a
new window.
Richard.
Comment