Rainer: select, onchange

Beitrag lesen

Hallo,

was muss lauten..

Der JavaScript-Code, mit dem du auf das Iframe zugreifst und dessen Adresse änderst, muss so lauten.

Alt:
document.orte.location = getSelect(this);

Neu:
orte.location.href = getSelect(this);

(Ohne .href geht es zur Not auch.)

Am HTML musst du nichts ändern.

Mathias

Hallo Mathias,

danke für Deine Hilfe.

Die Änderung " document.orte.location = getSelect(this); "
in " orte.location = getSelect(this); " hat super geklappt. Der Aufruf und Funktion der Form funktioniert jetzt in allen Browsern.

Eine Frage noch, warum wurde " document.orte.location = getSelect(this); "
nur vom " Firefox 10.0.2 " nicht erkannt ?

Danke nochmal an Dich.

Mfg  Rainer