Reinhard Doberstein: Problem mit Übergabe in URL

Beitrag lesen

HAllo,

Also mit window.location.href="site.php?selected=document.eintragen.gruppe.options[document.eintragen.gruppe.selectedIndex].text";
Nur das geht nicht.

Problem bei den Anführungszeichen?
window.location.href="site.php?selected=" + document.eintragen.gruppe.options[document.eintragen.gruppe.selectedIndex].text;
sollte besser gehen

By
Reinhard