volevo fare un menù a tendina che pescasse i valori da dentro un db e li rinfilasse in un altro
<p align="center"><select name="cantiere" OnChange="this.form.submit();">
<option value=0><%=cantiere%>
<%
do while not rstc.EOF
%>
<option value=<%=rstc("cantiere")%> <%
if isarray(aidcm) then
if cint(aidcm(0))=cint(rstc("cantiere")) then response.write (" selected")
end if
%>><%=rstc("cantiere")%>
<%
rstc.MoveNext
loop
%>
ma mi dice che è necessario l'oggetto


Rispondi quotando
