Hallo,
ich habe in einem Formular ein Feld mit vorgegebenen Auswahlmöglichkeiten. Jetzt will ich dass bei einer Auswahl das Formular über Submit verschickt wird, jedoch auch eine GetVariable dran gehängt wird. Das Formular wird versendet jedoch ist die Variable Leer. KOmme hier leider nicht weiter... vielleicht liegt es auch nur an der Syntax ... könntet ihr mal schauen?
<form name="form1" action='check_fields.php?feld1='+document.form1.author.options[document.
form1.author.selectedIndex].value; method="post">
<select name=author onChange="document.form1.submit()";>
gruß yoshi
ich habe in einem Formular ein Feld mit vorgegebenen Auswahlmöglichkeiten. Jetzt will ich dass bei einer Auswahl das Formular über Submit verschickt wird, jedoch auch eine GetVariable dran gehängt wird. Das Formular wird versendet jedoch ist die Variable Leer. KOmme hier leider nicht weiter... vielleicht liegt es auch nur an der Syntax ... könntet ihr mal schauen?
<form name="form1" action='check_fields.php?feld1='+document.form1.author.options[document.
form1.author.selectedIndex].value; method="post">
<select name=author onChange="document.form1.submit()";>
gruß yoshi
Kommentar