Including different apps in one page

I want to build a page with different modules that are basically already existing apps. Doing an ajax call will retrieve the whole page containing an iframe with the latest release of the app. This will create a conflict in the styles and will create multiple html tags in the same page which is not correct. I believe that having a function that would get the latest version of a specific app will allow me to create the url for that app example : /Apps/WebApiMultiDll/1.1.1/ and this way i can create the iframe using javascript and embed it in my initial page. Any other ideas on this?

Best Answer

Answers