Hallo,
Habe eine Select Feld das mit der onChange Funktion ein Popup aufruft. Wie bekomme ich die Werte aus <options> jetzt in die neue Seite???
<FORM NAME="form">
<SELECT NAME="select" onChange="window.open('popup.php','','width=300,height=300')" SIZE=1>
<OPTION SELECTED VALUE="0"> ----- Wählen Sie aus: ----- </option>
<OPTION VALUE="1">Name1</option>
<OPTION VALUE="2">Name2</option>
<OPTION VALUE="3">Name3</option>
<OPTION VALUE="4">Name4</option>
</SELECT>
</FORM>
Danke
Cora