PDA

View Full Version : Heeeeelp!!!



daveeed
February 6th, 2002, 05:01 PM
Does anyone know how to change tha location of where tha url window goes(using 'get url' script)...I know how to change tha size of tha pop-up url page but i dont know how to control tha location of where tha screen goes.....

I am not Jubba
February 6th, 2002, 06:28 PM
i wasnt aware there was a way to do this...

upuaut8
February 6th, 2002, 11:09 PM
it can be done.. but it has to be done with JavaScript.

Not all that sure myself.. but I'm sure that there is a way.

flatline damnation
April 3rd, 2002, 10:29 AM
If you can change size and stuff of a window in JScript then obviously you can change the address as well.


function openNewWin(address, name, features) {
newWin= window.open(address, name, features);
}

(supposingly that you replace [] with <>)

That's the code I use in the html page. Then in Flash you do something like this:

getURL(Javascript<img src=http://www.ezboard.com/intl/aenglish/images/emoticons/embarassed.gif ALT=":o"> penNewWin(www.kirupa.com, (http://www.kirupa.com,) window, width=500, height=400, status);

flatline damnation
April 3rd, 2002, 10:32 AM
oops!

getURL(Javascript:openNewWin(www.kirupa.com, (http://www.kirupa.com,) window_name, width=500, height=400, status);