JavaScript and DHTML Wizardry |
<HTML> <HEAD> <TITLE>Content1</TITLE> <SCRIPT> <!-- Hide script from old browsers if (top.location == self.location) { top.location.href = "frameset3.html?page1.html" } // End hiding script from old browsers --> </SCRIPT> </HEAD> <BODY BGCOLOR=WHITE> <H1>This is content page 1.</H1> </BODY> </HTML>