I am using following code to split my screen into two panes.
<frameset cols="20%,80%">
<frame name="lefty" src="menusidebar.html">
</frameset>
</frameset>
The file "menusidebar.html" contains links. I want to open the links on the right pane when the user clicks on the link in the left-pane. How to do this?