English
Sometimes, your page will be referenced by other people's frames and included in other people's frames (sometimes some sites will treat other people's pages as one of their own frames due to insufficient content, making it look like their own page). Of course you won't be happy, and visitors will find it inconvenient to watch. Using this js, once it is framed by others, it will pop up automatically. You don’t have to worry anymore! Copy the following code into your web page <body> and </body>. <SCRIPT LANGUAGE=JAVASCRIPT> <!-- if (top.location !== self.location) { top.location=self.location; } </SCRIPT>