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?

  • 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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!