Connie,
I actually got some help from Steve on this problem.
I did it using frames, which many would not recommend.
I have 3 frames - the heading , the (left) side and the main. When I open
the site, there is a default main page opened. If one clicks on one of the
Internal Links on the sidebar, the main page is overwritten with another
page.
You can see it at
http://tandcl.homemail.com.au/ The key to overwriting the
main page is the target=" " parameter like this
<a href="about.html" target="index_main" >About<br>Us</a>
index_main is named in index.html
<frameset rows ="75,*">
<frame src="heading.html" scrolling="no">
<frameset cols="176,*">
<frame src="sidebar.html">
<frame src="index_main.html" name="index_main">
</frameset>
</frameset>
If target ="_blank" or "_new", the old page gets overwritten. I am uncertain
about the other options - persons such as Steve would know more. I note that
target ="_top" opens the new page but the Back key is active to your
original page, whereas with the other 2 options it is not (the close button
must be used).
Is that correct, Steve?
--
Cheers,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html