防止被人frame,防止被人iframe,防止被别人嵌套

<SCRIPT LANGUAGE=JAVASCRIPT>

<!--

if (top.location != self.location)top.location=self.location;

-->

</SCRIPT>