all groups > flash (macromedia) > april 2006 >
You're in the

flash (macromedia)

group:

?? about popup window using javascript


?? about popup window using javascript chess4thestupid
4/25/2006 11:40:51 PM
flash (macromedia):
I am launching a popup window using the following script.

locate.onRelease = function(){

getURL("javascript:n_name=window.open('http://www.wesitename.com/webpage.cfm','n
ame_name1','width=720,height=330,scrollbars=yes');void(0);");
}

Right now all of my links load in the same popup window... but if that window
isn't closed for (instance if it was minimized) by the user... and the user
clicks another link for this popup... it stays behind the main page rather than
coming to the front again..

My question is... Is there anyway to assure that this browser window comes to
the front when updated with a new click???

Thank you in advance

- Me
Re: ?? about popup window using javascript urami_
4/26/2006 12:00:00 AM


[quoted text, click to view]


YOu could change the name_name1 for each link to name_2 name3 and so on.
By using same window name you load content into the same window, using new
name makes automatically totally new request and new pop up.


--
Regards

Urami


--



Happy New Year guys - all the best there is in the 2006 :)




<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
Re: ?? about popup window using javascript chess4thestupid
4/26/2006 8:52:18 PM
AddThis Social Bookmark Button