I have the following question : if i make a selection in the drop down menu 
and click on submit button then the color will send to form2.php
I want not click on the submit button
i make a selection in the drop down menu then the color will send automatic
to form2.php, how can I do this


<form method="POST" action="form2.php">
      <td><select size="1" name="color">
          <option>blue</option>
          <option>licht</option>
          <option>red</option>
          <option>yellow</option>
        </select></td>
<input type="submit" value="Next" name="Go">
</form>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to