Hope this is possible at all.
I created a website using 3 frames.
In the top frame there is a main menu. In the left frame there is a submenu. In the mainframe: content.
When you click a link in the top frame it will become the active link. And so you'll get another color for that link.
( i defined that in a css)
BUT when I click on a link in another frame, the link in the topframe loses it's active state, and will change color. I do not want this! Because I want visitors to keep track of where they are. I only want the active link in the top-frame to change when you click another link in THAT frame. Not when a link in another frame is clicked.
Can this be done with javascript?
I've searched for hours but did not find a solution
Thanks in advance!
I created a website using 3 frames.
In the top frame there is a main menu. In the left frame there is a submenu. In the mainframe: content.
When you click a link in the top frame it will become the active link. And so you'll get another color for that link.
( i defined that in a css)
BUT when I click on a link in another frame, the link in the topframe loses it's active state, and will change color. I do not want this! Because I want visitors to keep track of where they are. I only want the active link in the top-frame to change when you click another link in THAT frame. Not when a link in another frame is clicked.
Can this be done with javascript?
I've searched for hours but did not find a solution
Thanks in advance!