Mar 8, 2001 #1 untitled Programmer Mar 5, 2001 6 FR Is there possible to create an ActiveX Object with its CLSID. I know the : var actx = new ActiveXObject(activex_name); , but I would like to have the same thing, without the activex_name, but the CLSID. Is there a fonction that can do that ?
Is there possible to create an ActiveX Object with its CLSID. I know the : var actx = new ActiveXObject(activex_name); , but I would like to have the same thing, without the activex_name, but the CLSID. Is there a fonction that can do that ?
Mar 8, 2001 #2 luciddream Programmer Nov 8, 2000 712 US var actx = new ActiveXObject(activex_name); actx.classid = ""; luciddream@subdimension.com Upvote 0 Downvote