Here is the code I found:
<script language="JavaS cript">
<!--
if (parent.frames. length > 0)
{
parent.location .href = location.href;
}
-->
</script>
What it looks like I'm seeing is a function that will automatically
break the page out of any frameset it finds itself in. Am I right?
Chad Lupkes
chadlupkes@yaho o.com
<script language="JavaS cript">
<!--
if (parent.frames. length > 0)
{
parent.location .href = location.href;
}
-->
</script>
What it looks like I'm seeing is a function that will automatically
break the page out of any frameset it finds itself in. Am I right?
Chad Lupkes
chadlupkes@yaho o.com
Comment