Link to home
Start Free TrialLog in
Avatar of noulouk
noulouk

asked on

Catch object tag error

Hi Experts,

Is there a way to detect if the activex control is loaded in Internet Explorer ?

Here is my code:
<OBJECT ID="Player" height="320" width="240"  
 
CLASSID="CLSID:d36BF522-394A-11A5-9FAA6B153-00C04F7">  
 
</OBJECT>  

I need to know if the player is loaded else redirect to a custom url.

Thanks in advance for your help.
ASKER CERTIFIED SOLUTION
Avatar of archrajan
archrajan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of archrajan
archrajan

thanks for the points~
Avatar of noulouk

ASKER

Perfect answer. Thanks to you.