If a website that i want to display in my iFrame has the below code <script LANGUAGE="JavaScript"> <!-- if (window != top) top.location.href = location.href; // --> </script> Code (markup): it will break out of my iFrame. So how to let such a website stay in my iFrame?