Christine Kuehnel: JS-pulldownmenü im Frames

Beitrag lesen

location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value

parent.Hautpframe.location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value

und im Frameset:
<FRAME NAME="Hauptframe" ...> fuer den Frame, in dem angezeigt werden soll.

BTW: Zum Thema Adressieren ueber Framegrenzen mal wieder:
FAQ de.comp.lang.javascript http://www.mintert.com/javascript/de.comp.lang.javascript.html
Will mir dort ja nicht umsonst die Finger wundgetippt haben ;-)

Christine