<% ' 0 then response.write "Url not found" else pos = instr(xmlhttp.responseText,baseString) if pos>0 then tmp = mid(xmlhttp.responseText,pos,150) 'un bel po dopo base string, ma con " finale.. pos2=instr(tmp,"""") 'response.write pos2 'response.write mid(tmp,1,pos2-1) response.write "TGR - Piemonte" else response.write "NON trovato Tg3 Piemonte." end if end if set xmlhttp = nothing %>