Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cnjmorris

    Partial Results With MSXML2.ServerXMLHTTP

    I am using the following function on a .as4 file from a public records site: Private Function ReturnHTML(sURL) Dim objXMLHTTP Set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP") objXMLHTTP.Open "GET", sURL, False objXMLHTTP.Send ReturnHTML = objXMLHTTP.responseText set objXMLHTTP =...

Part and Inventory Search

Back
Top