Click to See Complete Forum and Search --> : Controling Pop-up Window?


Forlorn
03-11-2007, 06:25 AM
Hi,

I'm making a page where I want it to be a set amount of width and height, I can't do that as per opening a page, the only solution would be.


Open Page called "Welcome" which basicly in it is the script to pop up the window.
Opens up Pop up Window to Other Page with Width + height and specifications
Close window "Welcome, and let the other window in place.


Solutions?

Fang
03-11-2007, 07:00 AM
Don't forget users can prevent pop-ups and window re-sizing.

Forlorn
03-11-2007, 08:59 AM
How Else can I resize the window? Really is'nt for public use, rather for company use.

jackoconnell
03-11-2007, 09:02 AM
Open the second page in an iframe.

Jack

Fang
03-11-2007, 09:39 AM
If it's an intranet then set-up browsers to allow window re-sizing, then use clientWidth and/or innerWidth (IE/Fx) to re-size window.