Silicon Technix Forums

Please login or register.

Author Topic: javascript activex detect  (Read 1513 times)

Offline crosemffet

  • Junior Member
  • **
  • Posts: 8
  • Karma: +0/-0
    • View Profile
javascript activex detect
« on: February 03, 2008, 11:09:30 PM »
hello everybody, there\'s a lot of javascript out there just to detect if the flash plugin is installed or not.
also, there\'s similars scripts to detect if others activex is installed.
I\'ve been trying to make a jscript to detect if iax.ocx is installed, without success.
can anybody give some support or idea about it.?
it will be very usefull to detect the presence of the ocx before start the webphone.
thankx in advance,
« Last Edit: January 01, 1970, 05:00:00 AM by crosemffet »

Offline Babar Shafiq Nazmi

  • Administrator
  • Senior Member
  • *****
  • Posts: 152
  • Karma: +87/-0
    • View Profile
    • Silicon Technix
javascript activex detect
« Reply #1 on: February 06, 2008, 08:08:34 PM »
crosemffet,

You can try the CODEBASE in object tag.

Code: [Select]
e.g:-
<OBJECT>
codeBase=http://www.silicontechnix.com/webTelefone/iaxWebPhone.CAB#version=2,0,0,72
...
</OBJECT>


This will check that the activeX is installed at client side or not.
If not then it will take the classID and install the activex component from the URL.
« Last Edit: January 01, 1970, 05:00:00 AM by babar »
....God is the greatest Programmer....

http://www.silicontechnix.com

 

Page created in 0.185 seconds with 17 queries.