I need the browser to open a new window  but if I press my button multiple 
times I want to get to that same  window.



Jim Berkey <[EMAIL PROTECTED]> wrote: Try it without the second paramater:

test_btn.onRelease= getThatURL;
function getThatURL() {
getURL("http://www.example.com/script.php";);
}


*********** REPLY SEPARATOR  ***********

On 9/4/2006 at 4:04 AM Adrian Ionut Beschea wrote:

>Hello, 
>
>I want to use getURL to open the exact same window whenever a user pushes
>the button. 
>
>The code is this : 
>
>test_btn.onRelease= getThatURL;
>function getThatURL() {
>getURL("http://www.example.com/script.php","window_name";);
>}
>
>It works fine in Firefox, but in IE 6.0. it keeps opening new windows. 
>Am I doing something wrong ? 
>Is there a workaround this problem ? 
>
>Thanks. 
>Adi.
>
>PS I am exporting for flash 7 as version:  2.0
>
>   
>---------------------------------
>Get your email and more, right on the  new Yahoo.com 
>_______________________________________________
>Flashcoders@chattyfig.figleaf.com
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com

o

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1¢/min.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to