I am trying to load two different activex objects using the html object tag. the problem is: if the first object tag loads the activex object, then the second should not load. the following html-
<object id='a' classid='......'></object>
<object id='b' classid='......'></object>
This will load both objects. I want to load object 'b' only if object 'a' is not available.
(if none of the object is available, then we should show an IE information bar asking to download the activeX object from a given location). Any solution ? Thank you (User2531191).