onchange="window.open(this.options[this.options.selectedIndex].value)
parent.frames[3].location.href = "home.htm"
Hallo MYNON,
Ich würde das so machen:
onchange=a(this)
function a(obj) {
parent.frames[3].location.href = obj.options[this.options.selectedIndex].value;
}
bin mir nicht sicher ob es klappt
Gruss
Krassy