I\'m doing some simple web integration work which I\'m accomplishing through use of an iframe. My main window has some javascript which interacts with my server to redirect
This is my first post so don't trash me if it doesn't work, but this fix seems to work for me in IE. Add security="restricted" to your frame.
example:
Edit: I found a better solution. That doesn't block scripts and doesn't require javascript. Try using sandbox="..."
Top navigation is what you want to prevent, so leave that out and it will not be allowed. Anything left out will be blocked
ex.