sarksp

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by sarksp

  1. 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