Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create an activeX object with its CLSID in IE

Status
Not open for further replies.

untitled

Programmer
Mar 5, 2001
6
FR
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 ?

 
var actx = new ActiveXObject(activex_name);
actx.classid = ""; luciddream@subdimension.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top