page in a page 3 times

liunx

Guest
I need to set commands to link a page within a page.<br />
ex. index.htm opens, click a link and it opens next to it in same window, ckick a link in it and it opens in same orginal window. All 3 links in same window, Tks for any help:)<!--content-->for a page within a page, consider <iframe>. you can replace the page within the iframe from a link if you wish.<br />
<br />
but if you are talking about the typical index on the left and new pages on the right, consider using a <frameset><br />
<br />
not really sure which effect you want here.<!--content-->try this link it does most of what you want... I think.<br />
j<br />
<br />
<!-- m --><a class="postlink" href="http://javascript.internet.com/navigation/change-2-frames-source.html">http://javascript.internet.com/navigati ... ource.html</a><!-- m --><!--content-->
 
Back
Top