<form action="procesa_form.php" method="post"> <select name="item"> <option value="2" onchange="this.form.submit();">A</option> </select> </form>