a voi...
grazie in antocipo per l'aiuto
codice:
<%
TipoCodice = Request( "TipoCodice" )
ContieneParole = Request( "ContieneParole" )
NonContieneParole = Request( "NonContieneParole" )
euro = Request( "euro" )
Produttore = Request( "Produttore" )
Categoria = Request( "Categoria" )
SottoCategoria = Request( "SottoCategoria" )
Promozioni = Request( "Promozioni" )
Stato = Request( "Stato" )
Ordina = Request( "Ordina" )
iPageSize = Cint(Request( "iPageSize" ))
%>
codice:
<select id="Produttore" name="Produttore" size="5" onchange="window.location=('RicAvanzataB.asp?ContieneParola=<%=contieneparola%>&iPageSize=<%=iPageSize %>&ordina=<%=ordina%>&promozioni=<%=promozioni%>&stato=<%=stato%>&euro=<%=euro%>&NonContieneParola=<%=NOncontieneparola%>&username=<%=username%>&psw=<%=psw%>&password=<%=password%>&produttore='+this.options[this.selectedIndex].value+'&daysprune=100')">
<%
sqlPublisher = "SELECT product_Publisher FROM products GROUP BY product_Publisher order by product_publisher"
Set RS = Server.CreateObject( "ADODB.Recordset" )
RS.ActiveConnection = Conn
RS.Open sqlPublisher
do while not Rs.eof
valore= RS( "product_publisher" )
nome= RS( "product_publisher" )
response.write("<option value='" & valore & "'>" & nome &"</option>")
Rs.movenext
loop
RS.CLOSE
%>
</select>
questo è il codice di uno dei tre listbox...