|
OPEN FRAMESET< FORCED
<script>
if (parent.location.href == self.location.href){
window.location.href = 'index.html'
}
</script>
this script will force any page to open the named page, in this case your frameset. It will not load any other pages than what your frame document opens. Add some content as a spider/robot will ignore the reload command, I think.
|