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 biv343 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. abc112

    ADO Provider to an Persitence XML browsed on our server

    I have created a program that takes calendar data from our Exchange Server and placed them in an XMLdocument. The XMLdata are then transformed into an Persitence XML doc. The doc is then browsed on our server. What I need is an ADo provider that can contact our url where the document is browsed...
  2. abc112

    Permission Denied

    I have enter the following code in VBsrcipt in Frontpage The Following works fine Sub Window_OnLoad() Dim xmlDoc, xmlTeXt set xmldoc = CreateObject("Microsoft.XMLHTTP") xmldoc.open "GET","http://www.google.com",false xmldoc.send() xmlText=xmlDoc.responseText document.write(xmlText) end...
  3. abc112

    Permission Denied

    I am trying to load som XML down from a file on my domain, I am using a Httprequest like this set xmlHttp = CreateObject("Microsoft.XMLHTTP") xmlHttp.open ("GET", http://"Timereg/PivotXML.xml", false) xmlHttp.send() xmlDoc=xmlHttp.responseText In connection with this I can mention that the...

Part and Inventory Search

Back
Top