Forum Moderators: coopster
Not sure how this would work but if anyone can give direction I'd appreciate it. Also, prefer PHP solution but javascript could also work.
So if you name the top frame "up" and in the lower frame you have the link say target="up"
so in ur index page you have the frames ready like this
<frame src="top.html" name="up">
then you just have your link:
<a href="newpage.html" target="up">Name of your link</a>
And there you ahve it ^.^