Instructions: copy and paste the following code into the header of your page.
Replace "index.html" with the URL of your frameset page.

<script>
if (parent.location.href == self.location.href){
window.location.href = 'index.html'
}
</script>