Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup windows

Status
Not open for further replies.

cesarcesar

Programmer
Mar 5, 2003
30
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
 
Specify a different target in the window.open command or use _blank.

var myWin=window.open('page.html','_blank','width=400,height=500');


Adam
while(ignorance==true){perpetuate(violence,fear,hatred);life--};
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top