centered_popup,works great! but

Hi all!

The centered_popup tutorial here is great, its just that im not all that smart. I want to load diffrent html pages in to the popup.
But if you dont close the window (the popup that is) it just
open the same window, it does’nt load in the new page.
anybody know what to do?

:goatee: :crazy:

re:gards
Sun li

yeah … a lot of people have had the same problem with multiple popups

if i remeber … the last time what i did was creating a new prototype for every window

on (release) {
	bla = bla
	bla = bla
	openWinCentre2 (bla bla bla)
}
MovieClip.prototype.openWinCentre2 = function (bla bla bla) {
	getURL ("javascript:myWin2 .. bla bla bla")
}

hope you get the point (-:

if not … search for ‘popup window’ posted by lostinbeta and try his code

see attachment in the third post
http://www.kirupaforum.com/showthread.php?s=&threadid=7774&highlight=popup+window