Forum Moderators: open
<script type = "text/javascript">
<!--
function unFrame() {
if (self!= top)
top.location.href = self.location.href;
}
// -->
</script>
Add this onLoad attribute to your Body element:
<body onload="unFrame()">
If you are using frames on your own site, you may run into problems with this, otherwise you will be fine.