I have a sidebar with links set up that open a new page in the main window. But, when I click on a link it opens the page in a new window. Why is this? How can it be fixed?
Here is my code:
<frameset cols="20%,80%">
<frame src="sidebar.html">
<frame src="~about.html" Frame Name="MainWindow">
</frameset>
and the link:
<a href="about.html" target="MainWindow">About Merlin</a>
Thanks.
Here is my code:
<frameset cols="20%,80%">
<frame src="sidebar.html">
<frame src="~about.html" Frame Name="MainWindow">
</frameset>
and the link:
<a href="about.html" target="MainWindow">About Merlin</a>
Thanks.