codice:
Euro = Request.Form("prezzo") 
if Euro = "" Then 
	euro3 = Trim(Request.QueryString("euro3"))
	If euro3 = "" then 
		response.Redirect("../static/ricerca.asp") 
	else 
		euro3 = Replace(euro3, ",", ".") 
		euro = euro3 
	End if 
End If