jeje, me ganaste, bueno hasta que alguien se pelea con algo e intenta hasta que le sale

:
Aquí esta la otra:
<% valor=6.5 %>
<form>
<select name="nota">
<%for x=1.0 to 7.0 step 0.1
If Cdbl(valor) = CDBL(FormatNumber(x,1)) then%>
<option value="<%=FormatNumber(x,1)%>" selected><%=FormatNumber(x,1)%></option>
<% else %>
<option value="<%=FormatNumber(x,1)%>"> <%=FormatNumber(x,1)%></option>
<% end if %>
<% next %>
</select>
</form>
Saludos
<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center>