JavaScript and DHTML Wizardry back top fwd

The Content Page: page1.html

<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>

Try it -- page 1

Try it -- page 2