buongiorno, vorrei sapere come si fa a fare il dettaglio selezionato dal OPTION SELECT, non ci riesco a far passare dettaglio.asp.....

form action="dettaglio.asp?num_badge='& request.Form(cp)'" method="post" name="selezione" id="selezione">
<table width="200" border="1" align="center">
<tr>
<td colspan="3"><div align="center">
<div align="center"> <div align="center">
<select name="cp" size="1" >
<%
Do While Not consegna.EOF
%>
<option value="<%=(consegna.Fields.Item("num_badge").Value )%>" selected><%=consegna("num_badge")%></option>
<%consegna.MoveNext
Loop
%>
</select>
</div></td>

grazie