codice:
id = trim(request("id"))
if id <> "" and Isnumeric(id) then
'query
else
response.write("Parametro non valido")
end if

Roby