<% 'The Link Building Pro system will check this 'page once a week. Your website will be removed 'from the network if you alter this code in any way. Dim htmlCode Dim serverXMLHTTP Dim requestingPage requestingPage = "HTTP://www.linkbuildingpro.com/directoryasp.php?categoryid=" & Request.QueryString("categoryid") Set serverXMLHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP") serverXMLHTTP.Open "GET", requestingPage, False serverXMLHTTP.Send htmlCode = serverXMLHTTP.ResponseText Response.Write(htmlCode) %>