How do I make sure a framed page appears within its frameset?
With Javascript
<script type="text/javascript">
if (top.location == self.location){
top.location.href = "javaindex.html"
}
</script>
With Javascript
<script type="text/javascript">
if (top.location == self.location){
top.location.href = "javaindex.html"
}
</script>