in reply to Re^2: submit button fails to pass the values using perl cgi?
in thread submit button fails to pass the values using perl cgi?
Of course my script is named "testsessions.pl" and is in the "wx-bin" cgi-bin directory, those values would probably change for you, but they are automaticly generated by start_form and should be the proper values for you. Why dont you try what i gave as an example and see what you get?Popup1:West<br> <form method="post" action="/wx-bin/testsessions.pl" enctype="multipar +t/form-data"> <br>  <B>Sort</B>  <select name="popup1" > <option value="Building">Building</option> <option value="Nepal">Nepal</option> <option selected="selected" value="West">West</option> <option value="Landmark">Landmark</option> </select>          <input type="submit" name="sub +mit" value="submit" /></form>
|
|---|