codice:
if instr(stringa_2,stringa_1) > 0 then
response.write("La contiene")
else
response.write("Non la contiene")
end if
Roby