;

PDA

Click to See Complete Forum and Search --> : new browser windows doesn't open...


andreas_stuff
07-01-2003, 03:16 AM
Hi,
I've some trouble with the 'getURL' function inside a frameset. I'm using a frameset with a top frame (called 'top') and two frames in the bottom (called 'left' and 'right'). In the left frame is some HTML-Source and my embedded flash-file. The user should press a button in this flash-file and a new window should be opened. (using an action script with 'on (release)' and 'getURL'). But the requested file doesn't open in a new window - it replaces the content inside the left frame. I try a window name in the getURL, but nothing happens (getURL ("http://www.koolmoves.com/fsupport.html", _blank);.

Any ideas ?

Andreas

docree
07-01-2003, 03:32 AM
Instead of scripting it yourself...
Try this...
Click on actions on the properties display for your button.
Click the plus and use URL link {get url) selection. Use these controls to check release, enter the url you want to load, and the target [_yourframename].
That should do it.
*+*+*+*
Doc'Ree

johnie
07-01-2003, 05:27 PM
(getURL ("http://www.koolmoves.com/fsupport.html", _blank);

This is wrong anyhow.

the correct usage is;


geturl("http://www.koolmoves.com","_blank");