Click to See Complete Forum and Search --> : popup window size


flashgroover
01-02-2004, 02:20 PM
i am using a pop up script that centers the new popup and makes it the size i want, and it works fine. here lies my question..

after the first popup is launched all is good. but when i try to open a new popup with new dementions the new pop up loads in the current popups page and does not resize to my new desired size. any ideas why?

also is there a way to launch a second popup window? so i could have two different sized popup windows at the same time? seems with popups they always want to launch in the same window.

thanks,
flashgroover

olerag
01-02-2004, 03:14 PM
For each popup in its own browser window, give each a
unique name and issue stored parameter values that
all of your popups can share.

If your going to have a few windows, create a global array
and store the window names in it to give yourself some
control.