You simply post the form with the dropdown like this:
<form name="form1" method="post">
<select name="select" class="tabletxt" onChange="this.form1.submit()">
<option selected>Select info here </option>
<option>Program</option>
<option>Registering</option>
</select>
</form>
Good luck!