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
-deepyellow(DeepYellow);
2001-1-19
(#22453@0)
-
if the COM object implements IDispatch(automation interface), then it can be manipulated by both JavaScript and VBScript. For details, see doc.
-guest:Jia_jia;
2001-1-19
(#22528@0)
-
you can use asp to create a server side COM object instance, it's pretty easy. that's also why server-end script exist.
-5460(BigDesk);
2001-1-19
(#22539@0)
-
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.
-deepyellow(DeepYellow);
2001-1-20
(#22609@0)
-
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.
-old(HH);
2001-1-21
(#22715@0)