×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / Hi,Experts:Can you tell me whether JavaScript or VBscript can manipulate COM?or other script language can manipulate COM?TIA
    • if the COM object implements IDispatch(automation interface), then it can be manipulated by both JavaScript and VBScript. For details, see doc.
    • you can use asp to create a server side COM object instance, it's pretty easy. that's also why server-end script exist.
      • I meant in client-end,My document about Vbscript and JavaScript didn't describe how to manipulate "external" COM object. Any document recommended?Thanks a lot.
        • If the "COM object" you mentioned above means something like ActiveX control, please using <OBJECT> in your HTML, then .... I don't know if Navigator supports ActiveX control now.