Re: window.open(... ) does not work
> Typically, if a site thinks it *requires* a popup, its an indication[color=blue]
> of lack of knowledge on the part of the web-masters.[/color]
Not at all - what you are suggesting is that application developers
do away with dialog boxes. Pop-ups make sense in web applications for
many of the same reasons dialog boxes are used in normal applications
Consider a data entry application that makes extensive use of thesauri
or
controlled lists. Some are very long, so if you code them in the page,
you get really fat pages. It can be better to load them in a pop-up as
required - if the user doesn't use the long list, it's never loaded. It
also means the list can be re-used, moved, resized to suit if it needs
to
be used in various parts of the page.
Gotta admit, general web pages should try to avoid them though.
Fred.
replace smudge with au for email.
> Typically, if a site thinks it *requires* a popup, its an indication[color=blue]
> of lack of knowledge on the part of the web-masters.[/color]
Not at all - what you are suggesting is that application developers
do away with dialog boxes. Pop-ups make sense in web applications for
many of the same reasons dialog boxes are used in normal applications
Consider a data entry application that makes extensive use of thesauri
or
controlled lists. Some are very long, so if you code them in the page,
you get really fat pages. It can be better to load them in a pop-up as
required - if the user doesn't use the long list, it's never loaded. It
also means the list can be re-used, moved, resized to suit if it needs
to
be used in various parts of the page.
Gotta admit, general web pages should try to avoid them though.
Fred.
replace smudge with au for email.
Comment