molily: select, onchange

Beitrag lesen

in einem " iframe ",

<iframe src="stadt_hinweis.html" width="81%" height="121" name="orte" frameborder="0"
align="right" scrolling="no">

Dann muss es lauten:

window.orte.location.href =;
oder einfach
orte.location.href =;

Mathias