Forum Moderators: open
Thanks,
Chan
Progged Radio
<html>
<head>
<title></title>
<script type="text/javascript">
if (top.location == self.location) //if page is not in its frameset
{
top.location.href = your_top_page_url;// relocate the page to the container frame, use the absolute path
// for example: top.location.href = '/folder/page1.html';
}
</script>
</head>
This works if you have a single page in the iframe, it's more complex if you have multiple ones and want the container page to reload the correct content page