Home | All Questions | alt.html FAQ >

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>

Recommended Resources

Discussion

Related Questions