Hallo Krassy!
Danke für deinen Tipp, aber:
onchange="window.open(this.options[this.options.selectedIndex].value)
parent.frames[3].location.href = "home.htm"
das hat zwar geklappt, war aber nicht im Frame ...
onchange=a()
function a() {
parent.frames[3].location.href = this.options[this.options.selectedIndex].value;
}
Das funktioniert bei mir nicht.
Eigenartig.
Vielleicht, weil der Script die [this.options.selectedIndex] einfach nicht kennt?
Wie könnte man es anders versuchen?
Danke
MYNON