if (prezzo>=prezzo_min) AND (prezzo<=prezzo_Max) then
response.write "Prezzo compreso tra massimo e minimo"
End if