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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP.. ActiveX Word Object?

Status
Not open for further replies.

eKOKOsss

Programmer
Joined
Aug 3, 2005
Messages
1
Location
PL
Is possible to set an activeX object of microsoft word on the html page ? something like this?

<object id="dhtml" width="450" height="300" CLASS="activX" classid="CLSID:2D360201-FFF5-11d1-8D03-00A0C959BC0A"><param name=Scrollbars value=true>
</object>

but instead CLSID of DHTML FIELD with CLSID of Ms Word ?
I was try everything but still dont know. :( .

I know how get an activeX object in JavaScript:

var doc = new ActiveXObject("Word.Application");

but how it show on the html page ???

PLEASE HELP!
 
Try setting its visible property to true.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top