PDA

View Full Version : One more thing.. about frames


AlienSkater23
08-24-2002, 06:16 AM
Ok i havce to columns in my page one on the left and one on the right. Is it possible that when i click on a link in the main portion of the page on the right side, that it changes the links that appear in the navigation bar on the left and the main page?? so one link changes whats in both frames to what i want. They are not the same pages also.

Thanks

Chris

Mr J
08-24-2002, 08:47 AM
The following will load two pages, one in each frame.

main is the name of one frame

nav is the name of the other frame

Change to suit your frameset names.

<a href="page1.htm" target="main" onClick=parent.nav.location.href="page2.htm">THE LINK</a>


For more information see:

www.huntingground.freeserve.co.uk/webplus/frames/frames.htm