hi!
parent.month.location.href=(form.dest.options[myindex].value);
Warum benutzt du parent.month.....
Weil er den Monat im unteren Frame anzeigen will.
Versuchs doch mal so, müßte funktionieren:
==> parent.location.href=(form.dest.options[myindex].value);
Wohl kaum so wie beabsichtigt.
bye, Frank!