<SELECT onchange="if(this.form.Horbeispiele.options[this.form.Horbeispiele.selectedIndex].value !='') parent.frames['inhalt'].location.href = this.form.Horbeispiele.options[this.form.Horbeispiele.options.selectedIndex].value" csmup="c16ce33f15">
Und das Element Horbeispiele ist wo?
Fall es das selectfeld selber sein soll, dann reicht auch:
<SELECT onchange="if(this.options[this.selectedIndex].value !='') parent.frames['inhalt'].location.href = this.options[this.selectedIndex].value" csmup="c16ce33f15">
function pullDown(ind) {
top.navi.document.form.Horbeispiele.options.selectedIndex = ind;
top.navi.document.form.Horbeispiele.selectedIndex = ind;
Struppi.
--
Javascript ist toll (Perl auch!)
Javascript ist toll (Perl auch!)