How works adnetwork in validation a Web? My links are show at the botton of my web but the system not validate me <% Dim oRequestXML Set oRequestXML = server.CreateObject("Microsoft.XMLHTTP") oRequestXML.open "get", "http://www.negocioastur.com/dp.php", false oRequestXML.send response.write("" & oRequestXML.responseText) Set oRequestXML = Nothing %> This code read dp.php an include his results in ASP code but Adnetwork not validate yet. Any idea to solve this? For reference read this: http://forums.digitalpoint.com/showthread.php?t=10329