简体   繁体   中英

COM object and javascripts

I tried to consume 3rd. party COM object from JavaScript. from some reason, it crashes my internet explorer with no apparent reason when the object is beig disposed.

The COM object works perfectly when using it from other environments (like vb and C#)

any suggestions? can it be IE security setting that cause the problem? does anynone knows any keypoints for COM object usage from JavaScryp/Iexplorer?

Many thanks,

john

As a first check, try the same script in different browsers. If the problem only shows up in IE, you might want to make sure the COM object supports IObjectSafety .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM