Sign in to follow this  
sarksp

Microsoft VBScript runtime error '800a01a8' Object required

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this