Code: Select all
<script language="JavaScript">
<!--
if (parent.frames.length > 0)
{
parent.location.href = location.href;
}
-->
</script>
This will break the site out of its frame. Keep in mind any sites that may wrap you page will also be broken out of.