codice:
iduser=request.querystring("id") 
if iduser = "" then 
response.write "non esiste" 
else 
...... 
end if