Topic awaiting preservation: Popup Window off Screen |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 11-02-2002 20:46
Hello, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-02-2002 21:06
Popping up windows off the screen isn't allowed (imagine the possible abuses). |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 11-02-2002 23:26
Another problem with pop ups is that it is possible to disable popups in some browers (e.g Mozilla). |
Bipolar (III) Inmate From: Australia |
posted 11-03-2002 02:11
what happens with div layers that you put off screen? like position values of -300 or something? do they umm *exist* when they are offscreen if you know what i mean, or do you need to hid them or somehow hmm turn them off for them not to exist? if ya know what i mean.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-03-2002 02:42
They exist, but divs off the edge of a browser window are different from popups off the edge of the user's screen space. Divs can be put anywhere you want them, and will behave as you expect them to. Popups are more restrictive, since they can really be a problem for the user. |
Bipolar (III) Inmate From: Phoenix |
posted 11-05-2002 07:39
Thanks for the response. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 11-05-2002 08:05
An iframe is just a like a normal frame and you can do anything with ti that could coulf a browser window. Think of it as a window in window is you wish. |