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 ?
I would like to short-circuit the automatic download by IE of an activeX object if it doesn't exist in the user's machine.
By example :
if user doesn't have the flash activeX, I would like him to be redirected to another page.
Can someone help ???
I would like to short-circuit the automatic download of an AcitveX under IE if it doesn't exist on the user's machine.
By example :
if the user doesn't have the flash player activeX, I would like to redirect him to another page.
Is that possible ???
I would like to short-circuit the automatic download by IE of an activeX object if it doesn't exist in the user's machine.
By example :
if user doesn't have the flash activeX, I would like him to be redirected to another page.
Can someone help ???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.