Forum Moderators: coopster
function AddonSample() {
global $module_name;
include("header.php");
echo "<iframe src='http://www.somesite.com/chiligear' name='frame1' scrolling='auto' frameborder='no' align='center' height = '400px' width = '400px' ></iframe>";
include("footer.php");
}
but the Iframe auto redirects to the parent page. Anyone know why?
[edited by: jatar_k at 12:08 am (utc) on Nov. 21, 2003]
[edit reason] generalized url [/edit]
Is it not your site? It looks like it is done in their code. I tested it on one of my sites and it did the same thing.
this is in their code
<script language="javascript">
<!--
if (top.location!= location) top.location.href = location.href;
//-->
</script>
We call that a frame buster.