I think this is an html issue.. but it may not even be possible.
On page 1 I have a js drop down menu with several links on it. When one of the drop down items is clicked on it goes to page 2. Page 2 is a frameset where the top will stay the same but the bottom will be the page that corresponds with whichever link was clicked on.
Basically I need to tell the link in the drop down menus to go to Page 2 and for the bottom frame to be targeted and load the correct page.
I don't know if this is possible through xhtml or if I have to resort to php/asp/shtml (which I'm not familiar with).