Getty JavaScript Class back top fwd

The Content Page: page1.html

<html>
<head>
    <title>Content1</title>
    <script language=javascript>
    <!-- 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