so I want to direct users to different pages based off their choice of 2 different down down menus
so if we have:
Menu 1
girl
boy
and
Menu 2
blue
green
yellow
red
I'd like to redirect to different pages if they choose girl + blue, boy+ blue, and boy+green,etc. for all combinations. Thanks so much for any help! I tried searching of course but couldn't find how to deal with this rather simple situation.
here's what I have so far:
<td><span class="style1">You're a:</span><br>
<select name="select1" id="select1" onchange="getACupOfCoffee(this)">
<option selected="selected">-- Please Select --</option>
<option value="1">Male seeking Female</option>
<option value="2">Female seeking Male</option>
<option value="3">Male seeking Male</option>
<option value="4">Female seeking Female</option>
</select>
</td>
</tr>
<tr>
<td><img src="http://cdn.qtxi.com/dm/datespace/_spacer.gif" height="35" width="300"></td>
</tr>
<tr>
<td><span class="style1">Relationship I'm looking for:</span><br>
<select name="select2" id="select2">
<option>-- Please Select --</option>
<option value="1b">Casual</option>
<option value="2b">Serious / Longterm</option>
<option selected="selected" value="3b">Friend</option>
<option value="4b">Nothing</option>
</select></td>
</tr>
<tr>
</tr>
<tr>
<td><input type="image" src="continue2.jpg" width="149" height="37" border="0" /><a onclick="internalLink=true" href="redirect-30074.php"><img src="free.gif" alt="continue" /></a></td>