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 Westi 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. DBAJDS

    Trying to render XML in web page using javascript

    Thank You Guys for the help. <html> <head> <script type="text/javascript"> function getPage() { var objHTTP = new ActiveXObject("Microsoft.XMLHTTP") var url1="http://www.test.com/testProducers/GetTest.asp?Inputtest=testN&OutputType=XML" alert ("Created HTTP object")...
  2. DBAJDS

    Trying to render XML in web page using javascript

    <html> <head> <script type="text/javascript"> function getPage() { var objHTTP = new ActiveXObject("Microsoft.XMLHTTP") alert ("Created HTTP object"); objHTTP.Open('GET','http://www.helpme.com/test.asp?InputZipCode=44320&OutputType=XML',false); objHTTP.Send(); document.all['A1'].innerText=...

Part and Inventory Search

Back
Top