Yes. Say you have a link to another musical frameset anywhere within a frameset that is playing a tune in its bottom (all but invisible) frame. If you give this link a target of _top:
HTML Code:
<a href="next_musical_frameset.htm" target="_top">Next</a>
It will break out of the current frameset and, if it is a frameset itself, establish itself along with its default sub pages in its frames as the new top page.
A similar thing could be done with a single iframe on the top page. Here the music would be embedded on the top page instead of in a frame of the frameset. The linked pages would appear in a full page iframe on that top page, when you want to switch tunes, you could break out of the iframe in the same exact manner.
Bookmarks