Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
kolucoms6
Posted - 17 May 2008 : 05:03:37 Below set of Code returns me the XML file as Output.
Set myXmlDoc =Server.CreateObject("MSXML.DOMDocument") myXmlDoc.load("www.abcsite.com/insert.asp")
1) How to show the Output(xml) in IE ? 2) How to convert XML into HTML and displays the HTML file ?<
2 L A T E S T R E P L I E S (Newest First)
kolucoms6
Posted - 21 May 2008 : 20:27:04 :-)
<
HuwR
Posted - 18 May 2008 : 04:27:58 myXmlDoc.documentElement.selectSingleNode("LeadID") should be myXmlDoc.selectSingleNode("LeadID")<