Aktiv select boks
Hejsa NG.Hvordan får jeg en select boks til at være aktiv. Dvs. når brugeren vælger et "punkt", så går siden automatisk til dette "punkt".
Hvis jeg nu f.eks vælger Januar. Så skal den gå til:
context.asp?mode=premiere_month&month=Januar
<select class="valg" Name="month">
<option Value="">- Vælg -
<option Value="context.asp?mode=premiere_month&month=Januar">Januar
<option Value="context.asp?mode=premiere_month&month=Februar">Februar
<option Value="context.asp?mode=premiere_month&month=Marts">Marts
<option Value="context.asp?mode=premiere_month&month=April">April
<option Value="context.asp?mode=premiere_month&month=Maj">Maj
<option Value="context.asp?mode=premiere_month&month=Juni">Juni
<option Value="context.asp?mode=premiere_month&month=Juli">Juli
<option Value="context.asp?mode=premiere_month&month=August">August
<option Value="context.asp?mode=premiere_month&month=September">September
<option Value="context.asp?mode=premiere_month&month=Oktober">Oktober
<option Value="context.asp?mode=premiere_month&month=November">November
<option Value="context.asp?mode=premiere_month&month=December">December
</select>
