Hi Peeps.
Is there ANY way I can get a DOM script in VB to get XML data from an internal IP address or DNS?
My current DOM script works perfectly with sites on the web, but I simply cannot find any script or changes to the current script to make it resolve both internal and external XML files.
Script:
VB Code:
Dim xDoc As MSXML.DOMDocument Dim objPlugIn As Object Dim strResponse As String Dim Indentity As String Set xDoc = New MSXML.DOMDocument xDoc.async = False newticketinqueue = False If xDoc.Load(<ADDRESS HERE>) Then ' The document loaded successfully. ' Now do something intersting. DisplayNode xDoc.childNodes, 0 error = False
Can anyone help?
Ta.




Reply With Quote