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 don't have seen an image called "nav2" in your code ; instead of that, 2 pictures have the same name. Maybe is there your problem ?
In the other hand, maybe can you write in your navigate function :
document.circles.src = document.nav2.src;
(I've already noticed that IE doesn't...
I don't think you can have the user's destination if he write an new address in the location bar. But you can know where he will go when he clicks on a link in YOUR page. just insert the following code in each link :
<A HREF="http://www.myserver.com"...
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.