Få From til at vælge option??
Hvordan får jeg from'n til at vælge den option man vil køre?<form method="POST" action="">
<table width="350" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="font" colspan="4" height="15"> </td>
</tr>
<tr>
<td width="30"> </td>
<td valign="center" height="10"><input class="bar_soeg" type="text" name="soeg" value="Indtast søgeord"></td>
<td height="10">
<select class="valg" Name="fil">
<option Value="">- Vælg -
<option Value="search.asp?mode=soeg">Søg film
<option Value="searchc.asp?mode=soeg">Søg trailer
<option Value="searchb.asp?mode=soeg">Søg Anmeldelse
<option Value="searchd.asp?mode=soeg">Søg nyhed
<option Value="seacrhf.asp?mode=soeg">Søg Plakat
<option Value="searchg.asp?mode=soeg">Søg manuskript
</select>
</td>
<td height="10" align="left" width="70"><input type="image" src="gfx/soeg.gif" value="Søg" name="Action"></td>
</tr>
</table>
</form>
