Tema
:
ayuda con combo
Ver Mensaje Individual
#
2
(
permalink
)
26/07/2002, 18:02
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
bakanzipp
Ver Perfil
Buscar todos los Mensajes de bakanzipp