ok, hereŽs the deal, IŽam creating a webpage. Ihave three frames, "top" "middle" "bottom". I have a dropdown menu at "top". The thing is this. These links will only open in "rmain" (the middle frame), but want I would want is that when you click on a link you could change both "middle" and "bottom" at the same time, or only change one frame. This is my Menu.
the answer is in your code already.
look at this line
parent.rmain.location.href=this.options[this.selectedIndex].value
see you are telling the browser to change the location of loaded page for rmain frame. just like thisadd another line like that and point to any other frame where you want location to be changed, something like this
Bookmarks