Hi, is it possible to set some links on the main page that will be passed and force iframe to change the display (different URL). so those links (or buttons) are not part of the iframe area itself but iframe will receive the url after the user will click on one of the buttons
many thanks
Yoram
Where is the iframe? on the same page or on a different one?
On the same you can do this with setting the target.
On a different one you have the iframe on a different page and you can pass the url as a parameter to this page. The feature is called "Map parameter to url/ Use parameter value as iframe url" on the pro version.
Best regards,
Michael
thanks
have a look at http://new.kariv.biz/p1/
the colored buttons (closed to the top of the page) should change (control) the iframe view (HTML) . now it has just the default one but it should run according to the button that the user will click on, the buttons are at the main page (on the top) (the main page will be the only page) all dynamic data will be display at the iframe
the buttons are not part of the iframe
many thanks
Yoram
Simply use target="advanced_iframe" in the links.
Best regards,
Michael