I am working on a java webapp that is displayed in an iframe inside a larger portal.
My webapp must always be inside the iframe of the outer portal, but when the user right clicks on one of my webapp's links and does "open in new window/tab", he sees my webapp as a standalone website in the new window.
How do I prevent seeing my app outside of the portal's iframe?