tags:

views:

22

answers:

0

Dears, I use the following line to create an ActiveX object in javascript:

xmlDoc = new ActiveXObject("Microsoft.XMLDOM");

that works fine and every thing is ok.

but now every time I run the above line I get the following error:

'_originaActiveXObject' is undefined

any help?

Thanks in advance.

related questions