If I understand correctly, you have a page that contains an iFrame that displays content from another website, but when the page loads the whole page redirects to that site??
If this is the case, the owner of the site has implemented a "frame-buster" script that detects whether or not the content is "top document"; if it isn't, then it redirects the whole page to just that content. AFAIK, there is no work-around for that. Someone else might have an idea.
If this is not the case, please clarify your question.
Yes WolfShade!!
is a "frame-buster" case, but this example never saw before!
I tried all!
php file_get_content; iframe of iframe; anti-frame-buster; but does not work!
i think with other guys studying, it is more easy to resolve.
the techinique used is hard to break.
look my php example:
<?php $page = file_get_contents('iframe com src="http://torpedo.oiloja.com.br/oitorpedo/EnviaSMSController"');// use CURL if possible, this is not a good piece of code
echo strip_javascript($page, 0);// 0 = allow no javascript
Bookmarks