You need to the set the target of the anchor: target="FRAME"
Would be something like this:
<ul>
<li><a href="first.html" target="myInlineFrame">First Page</a></li>
<li><a href="second.html" target="myInlineFrame">Second Page</a></li>
</ul>
Good luck.