My Project has a main page and a child iframe that changes the URL conforming to the options I set.
I am using the following line to change the URL src in the child iframe:
Appery('workArea').html("");
where :
workArea = the name of the HTML component.
myPage.html = the page I want to display inside de iframe.
And it works fine, but when I set the option in the Project Apps Setting and test, the App it does not find the iframe page.
What is the correct sintax to call a URL inside the iframe using this option.