Click to See Complete Forum and Search --> : frames and multiple links


yellowboy
02-12-2003, 08:31 PM
I have a page with several links and i want to connect each link to a page with the same frame on top but a different page in the bottom frame...how can i do this?

Charles
02-12-2003, 08:34 PM
You make a frameset for each combination and have each link load one of those new framesets. If you have a great number of combinations then you write a server side script to generate the framesets as needed.

IxxI
02-13-2003, 02:34 AM
I'm not sure if you're asking the question that Charles has answered or not (no offense meant Charles). If you're saying that you have 2 frames, a bottom frame and a top frame and all you want to do is load different pages in the same bottom frame, then in your frameset you'd give the frame a name <frame name="bottom"> and when you wrote the link you'd specify it to be opened in the bottom frame <A HREF="newpage.html" target="bottom">New Page</A>.
If this isn't what you're looking for then ignore me!
IxxI