sarksp Report post Posted September 10, 2009 Dear All, I have a combination of classic ASP page and asp.net pages in the application. I am getting this error "Microsoft VBScript runtime error '800a01a8' Object required" on a asp page. The error is coming from this code: sRawHtml = Request("h_RawHTML") Set xd = Server.CreateObject("MSXML2.DOMDocument") Call xd.loadXML(CStr(sEncrypteXML)) set xel = xd.selectSingleNode("//WebSiteInformation") xel.setAttribute "Site_HTML", CStr(sRawHTML) Please tell me if I have written something wrong. Thanks, SP Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 2, 2010 Hi, Welcome to FusionCharts forum. We apologize for the inconvenience. Please refer to the link below:- Ref.- http://www.webmasterworld.com/forum47/2176.htm Hope this helps. Share this post Link to post Share on other sites