Do you want to embed it so it shows on the page? What if someone doesn't have word?
It would be better to put a link in which would look something like:
Code:
<a href="path/to/word/document/file.doc">WORD DOC</a>
Or if you just want to show it on the screen try
Code:
<object width="775px" height="500px" classid="clsid:00020906-0000-0000-C000-000000000046" data="sampleword.doc"></object>
I've got that from a website (
http://forums.microsoft.com/MSDN/Sho...94724&SiteID=1) so I don't know if it would work.
You would need to replace
Code:
data="sampleword.doc"
with the path to the document inc http://