if a or b selected from select menu i want to submit values else other is selected from select menu i want to redirect to other website please help me urgent.
** my form code is **
<table>
<tr>
<td><label>
<select name="community" id="select7" >
<option value="a">a</option>
<option value="b">b</option>
<option value="other">other</option>
</select>
</label></td>
</tr>
<tr>
<td><input type="submit" name="button" id="button" value="search" tabindex="50" /></td>
</tr>
</table>
Thanks you,