You are not logged in.

1

Wednesday, June 12th 2013, 1:39pm

openurl target iframe?????

hello, i'm creating a control panel for my tour, and i need to send data from my tour page to another, my software works fine, the only thing that bother me is the fact than when i use the openurl command, it open my url in a blank page, and all the time i have to close it, so y create a page with many iframe, and i need that my openurl command open the page i need inside one of this iframe, i tryed different sintax but nothing works:

openurl(get(targetturl),"destino");
openurl(get(targetturl),destino);
openurl(get(targetturl),_destino);

all this works like

openurl(get(targetturl),_blank);

is possible to do so?

2

Thursday, June 13th 2013, 7:13pm

Hi,

in HTML5 this should work, but I think in Flash this is limited by the Flashplayer itself...

A workaround that works everywhere might be using an external custom Javascript function (that sets the iframe target) and calling that function from xml with the js() action.

Best regards,
Klaus