I don't know a lot about Javascript. I found a code, but it is working
only with IE5+. Unfortunately, although I succeded to convince my
colleague that Mozilla is much more W3C compatible, I can't make it
working with it!
Can you help me ?
--------
<a href="page1.html" name="link1" target="frame-content"
onClick="link1.style.color='red';
link2.style.color='blue';">
First choice
</a>
<br>
<a href="page2.html" name="link2" target="frame-content"
onClick="link1.style.color='blue';
link2.style.color='red';">
Second choice
</a>
--------
(When I click on a link, it becomes red and the other(s) blue.)