Getty JavaScript Class back top fwd

The Frameset file: frameset2.html

<html>
<head>
    <title>The Frameset</title>
</head>
<frameset cols="30%,70%">
    <frame src="left2.html" name="left" scrolling=auto>
    <frame src="content2.html" name="content" scrolling=auto>
</frameset>
</html>

And duplicate left.html as left2.html

<h1>Important info you should always see</h1>