This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Active X object creation for IE 8 and IE 9

Rekha - Saturday, May 4, 2013 4:57 PM:

hi 

I am trying to create an excel object in my javascript method and used the below code to create the object

var file=new ActiveXObject("Scripting.FileSystemObject");

But this activeX object could not be created on IE 8 and IE 9

the error message is :

aras_object: "-2146232828" : "Exception has been thrown by the target of an invocation."Client Side Error

I have enabled  "Initialize and script ActiveX controls not marked as safe for scripting" on IE8 but it still does not work.

Could you tell me any solution how to go ahead?