Sorry i didn't realise you were talking about frames.
Can you supply your code for the frames you have created?
For instance, if you have 2 frames say a left column named 'left', and a main column for the rest of the page called 'main'
Then putting the contents of page.html into the main frame you would use :
<a href='page.html' target='main'> blabla </a>
|