I'm trying to iframe a website that has implemented a framebreaker code. This is the URL:
Do you know any way to make it so that it doesn't break out of frame? I've tried almost every framebreaker buster codes but none have worked correctly, or stopped the website from loading completely.
I would really appreciate a solution for this.
Edit:
Here is my iframe code:
<IFRAME SRC='bit.ly/P39Tev'; SCROLLING='no' WIDTH='1' HEIGHT='1' FRAMEBORDER='no'></IFRAME>
Your problem is not that this website is breaking out of the iframe, it is that the iframe is redirecting the whole page to the actual website. Check the URL bar as you pull up the page, you will see it. This is how I fixed it:
This will prevent the page from redirecting the parent: