View Full Version : Targeting two frames with a three frame set up


WhiteRose
04-18-2003, 01:17 AM
Hi, I am new here, although I have searched the posts and have not been able to find a clear answer to my question. I have a frames set up that includes top, left, and main pages. On the top I have six graphics that are linked back to the left and main pages. I would like to be able to target both the main and left pages with one click of a single button. Such as, when a person has navigated away from my main page, they can click on the "Home" button and see the two original pages ("left" and "main"). I have read something on how to do this in JavaScript, but I have no idea nor desire to learn how to do JavaScript. Now if it is something that I can just plug into either my index.html page or my target on the buttons, I would be glad to use it. But I really don't want to have to change a bunch of stuff just to get this to work. Any help is greatly appreciated! Click on my home button to see the page I am refuring to in this post. Thanks!

Loren
04-18-2003, 02:46 AM
So I take it you read the stuff on the end of this thread. http://www.lissaexplains.com/forum/showthread.php?s=&threadid=32314.

WhiteRose
04-18-2003, 03:08 PM
Oh thank you! When I read that post last night (late nights aren't a good time to be working on web pages, now are they? ;)) I didn't understand that that post was refuring to the same thing I was. I thought... well, nevermind what I *thought* it was. But thanks alot, JavaScript isn't as hard as they make it look! All I had to do was take out the target code in my links.. THANK YOU!