// If you want to make sure your website is not opened in a frame from some other website, put this JavaScript in the of your html page:
<script type="text/javascript"> if (top.location != self.location) { top.location.href = self.location.href; } script>