I like to have one url on my page launch 2 diffrent frames. I need the first frame swapped out with a new page and a diffrent taget page affect as well. (for an arcims project, don't ask heh). I'm guessing a javascript case statement could do this but wonder if there's an eaiser way in just html.
a href="./cpqueryfr.html">a href=http://10.82.1.107/website/chapp/ocsfinder.htm target="_top">United States Coast Pilot</a>
So that clicking on the the text will swap out the current frame page and swap out another page in the target top frame.
Note I took out the begining angle brackets on for this post. Did not want to post links that wouldn't work. My sites in devolpment so it's behind a firewall atm.