<% urlold = "http://la7.rossoalice.it/la7/aa/home.html" url = "http://la7.rossoalice.it/la7/content/aa/1074808589.html?channelId=-1073752556" baseString = "mms://videoteca.cdn.interbusiness.it/contentR4/la7/" set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP") on error resume next xmlhttp.open "GET", url, false xmlhttp.send "" if err.number <> 0 then response.write "Url not found" else pos = instr(xmlhttp.responseText,baseString) if pos>0 then tmp = mid(xmlhttp.responseText,pos,93) '42 dopo base string response.write "La7" else response.write "NO Ultima Edizione." end if end if set xmlhttp = nothing %>