In my web page, a JS
block like this:
var classFactory = new ActiveXObject("X509Enrollment.CX509EnrollmentWebClassFactory");
// Other initialize CertEnroll Objects
It works fine in windows7(32bit or 64bit)
with IE8(32bit)
, as long as I change the IE8 secure setting, enable Initializing and Script ActiveX controls not marked as safe.
But when use IE9(32bit), I try anything I can find on web, it reports error "Automation server can't create object."
I even created a static html file, save it in my hard disk, and then open it with IE9(32bit), it worked fine. Then I put the html file on my web site, visit the html file with url, then it came up with the error message again.
I have worked on this problem for 4 days, any suggestion would be appreciated.
3Q. I hope you can read my words as I'm not an native English speaker.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…