beppeilbuono 0 Newbie Poster

Hi to all,
I would open a Ms Word document into an html page using the tag OBJECT.
Now I open it with OpenOffice writer using the tag :
<OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" >
<PARAM NAME="src" VALUE="file:///c:/my.doc" >
<PARAM NAME="readonly" value=false><!-- Just view the document, do not edit-->
</OBJECT>
it works very fine!!!!!
I don't know witch is the clsid key for a Microsoft Office Document like Ms Word.
The clsid’s key for Ms Word seems not exists into the registry key !!!! (or I am thus blind…)
Obviously Ms Office is installed on my PC.
any help ?
thanks in advanced, Giuseppe