PDA

View Full Version : Is it possible to click on one link . . . . .


taulmaril
6-24-02, 02:11 AM
Is it possible to click on one link and have two frames load? I'm working on a site that has three frames. One across the top and left and right frames below that. I would like to click on a text link in the top frame and have a menu page load in the left frame and then a description page load in the right. Is there any way to do this with html? And before anyone asks yes I'm a moron :) Thanks in advance.

Jamie

alphadesk
6-24-02, 02:31 AM
I know you can do it adding some javascript. It uses the href as all links do just with a little added. Here is a page that will show you how.

http://www.webreference.com/js/column36/multiple.html

taulmaril
6-24-02, 04:53 AM
Yep that works! I knew there had to be a way of doing it but finding it was the toughie. A million thank yous!!!!