Stefan Muenz: JS-pulldownmenü im Frames

Beitrag lesen

Hallo Thomas,

Statt:

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

notieren:

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

Wo Frames sind, musst Du auch Frames adressieren.
Wenn die [1] nicht stimmt, probiere andere Zahlen, solange, bis es passt...

viele Gruesse
  Stefan Muenz