Getty JavaScript Class |
<HTML> <HEAD> <TITLE>Can't be in a frame</TITLE> <SCRIPT LANGUAGE=JAVASCRIPT> <!-- Hide script from old browsers if (top.location == self.location) { top.location.href = "frameset2.html" } // End hiding script from old browsers --> </SCRIPT> </HEAD> <BODY BGCOLOR=WHITE> <H1>A page that should always be in a frame</H1> </BODY> </HTML>