Can anybody tell me if it is possible to call one application from another application without app.js? I have two applications, one application wants to integrate another application. The second application should not contain app.js. If the second app contains app.js will it override the first app.js? I want to run the two apps without merging like frame without using frame.
I have the app, when the user clicks some button I need to bring up the second app in the middle portion. The header and footer are the same. Does the second app need app.js or not?
Is this possible, can anybody tell me the way?
Thanks