a website has a frameset with 2 frames. one above and one below. the one above has the navigational system: a series of buttons which use "normal" (or mouseout), and "over" (or mouseover) rollover states. each button in the upper frame has a link to a page within the site. upon clicking a button in the upper frame, a new page loads in the lower frame. when the new page loads below, the button above should maintain it's "over" state. (in other words, the button that says "contact" (for example) should stay highlighted (or in it's "over" state) when the contact page(s) loads into the bottom frame (even though the users mouse is not over it any longer - so that the user can see where he is in the website). is there an action(goLive6)/ or code that can be applied to do this?
a sample button code is as follows:
<a onmouseover="changeImages( /*CMP*/'bttn_cont',/*URL*/'../dina_media/bttncont2_S.gif');return true" onmouseout="changeImages( /*CMP*/'bttn_cont',/*URL*/'../dina_media/bttncont1_S.gif');return true" href="cont_hm_S.html" class="pic" target="dina_page"><img class="pic" src="../dina_media/bttncont1_S.gif" alt="Contacto" name="bttn_cont" height="26" width="64" border="0"></a>