Log in

View Full Version : Navigation Issues



(¯`·._ Çh®î$ _.·´¯)
05-04-2006, 03:48 PM
For navigation on my site I'm putting a tree style menu on the left hand side of the page, and what I want to do is open all links directly in a center area of the page without affecting the menu, banner up top, and right side contents of my page, and not open all the links in a new window. I suppose this would be done via an iframe, but how exactly do I go about it?

Twey
05-04-2006, 04:09 PM
<iframe name="contentwindow"></iframe>
<!-- ... -->
<a href="otherpage.jsp" target="contentwindow">Some other page</a>