Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2002, 18:02
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: ayuda con combo

<SELECT name=dia>
<%for i=1 to 31%>
<OPTION value="<%=i%>" <%if i=dia then%> Selected<%end if%>><%=i%></option>
next
</select>


algo asi