Break Out of Frames Java Script
This java script automatically breaks
your visitors out of frames upon entering your web
page.
Simply insert the following code into
the head of your page.
|
<script language="JavaScript">
if (self.location != top.location) {
}
</script>
|
View
more free JavaScripts