Hi
We want to add external java script src within our page but found some problems to add dynamic content to the page.
It seems that the solution for that is an iframe with "ms-wwa-web:///test.html" attribute , but it seems that its not reach to the code
Within test.html (although i place file in the root of my app) , omitting "ms-wwa-web" from the "src" attribute will lead to exception on "adding dynamic content to page" (but it reach for the js code!!).
is there a way to integrate an external java script src within our page ?