codice:
   topo = Request.QueryString('...')
   mar = Request.QueryString('...')
	'if topo <> "" and  mar <> "" then
   strsql = "Select * From tabella where id = " & topo & " and marca='" & mar & "'"