Click to See Complete Forum and Search --> : page in a page 3 times


Wingman
12-19-2002, 08:52 AM
I need to set commands to link a page within a page.
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:)

Beach Bum
12-19-2002, 09:47 AM
for a page within a page, consider <iframe>. you can replace the page within the iframe from a link if you wish.

but if you are talking about the typical index on the left and new pages on the right, consider using a <frameset>

not really sure which effect you want here.

johnjohansson
12-19-2002, 03:48 PM
try this link it does most of what you want... I think.
j

http://javascript.internet.com/navigation/change-2-frames-source.html