Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Left: menu, right:display

Status
Not open for further replies.

Kendel

Programmer
Apr 24, 2002
1,512
US
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:

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.
 
I've thought about that but I don't want to repeat the header & menu on every single page. Is there other way around? Thanks.
 
Some time, I have to load other web sites in the right window too. If I load other sites, I can't control the menu & header. Thanks.
 
Oh yes, I do have permission from other sites; they are just departments in a company. Some departments have some web apps and they just want to include them in Company homepage. Instead of opening in a new window, they just want to diaplay it inside company homepage.

I just don't know how to get a links on the left and display them on the right.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top