This submits on FF, but not on Chrome. Any suggestions?
<form action="/test" method="post" onchange="this.submit();">
<select>
<option value="f">f</option>
<option value="g">g</option>
</select>
</form>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the onchange should be on the select tag. and it is a good idea to give it a name so you can retrieve the value on the server side.