Hi all,
I know this used to be possible but it changed with Axure cloud - but I was wondering if anyone knows how to programmatically load pages in an Axure prototype?
My situation is that I have an Axure page with 4 iFrames in it, to simulate a tabbed browser experience with separate applications by loading prototype pages into the iFrames based on clicks to a navigation menu that sits outside of the iFrames in the parent window.
Where it gets tricky is sometimes I need a link in a page within an iFrame (lets say iFrame 1) to launch another page in a different iFrame (lets say iFrame 2)
I figured out I can save the [[PageName]] into the onloadvariable, and then have a ālistenerā outside of the iFrames in the main page that looks for a change to onloadvariable - but what I canāt work out is how to translate [[PageName]] into a link that can target one of the iFrames.
(Iām toggling the state of a dynamic panel then checking the onloadvariable on each state change - this works but is inefficient so Iām not sure if there is a better method?)
Any thoughts???
Iām using Axure 9 btw.
Thanks in advance.