So my structure is like this:
Superframe.php (a frameset page)
toptenpercent.php (the content of the first frame)
bottomninetypercent.php (the content of the second frame)
What I would like to do is to create a javascript link on toptenpercent.php that when clicked only shows bottomninetypercent.php (that page in essence busts out of the frameset)
Anybody know how to do this with javascript?