Hello,
I want to show the links on the left side of the page. When user click on the link, the link will display on the right while the left menu stay.
Some think like this:
How do I do that? Can someone help me out? I think I might need to use iframe but not sure how. Thanks.
I want to show the links on the left side of the page. When user click on the link, the link will display on the right while the left menu stay.
Some think like this:
Code:
<table>
<tr>
<td>
<a href="link1.html>Link 1</a><br>
<a href="link2.html>Link 2</a>
</td>
<td>
Display links here ...
</td>
</tr>
</table>
How do I do that? Can someone help me out? I think I might need to use iframe but not sure how. Thanks.