Lite pinsamt att man inte kan detta ;)
<form method="post" action="show.asp">
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%">
<select name="bil" onChange="jumpTo(this.options[this.selectedIndex].value);" size="35">
<option value="nope" selected> <% DO UNTIL RS.EOF %>
<option value="<%= RS("kod")%>" selected><%= RS("beskrivning")%> <%
RS.MoveNext
Loop
%>
</select>
</td>
<td width="95%"></td>
</tr>
</table>
</form>
Varför hamnar scrollgrunkan i botten på listan?