How to enmbed a word document into a webpage

Started by
2 comments, last by thekid 21 years, 1 month ago
I want to embed a word document into my webpage using simple html, any ideas?
Advertisement

  //Maybe <embed> or <object> would work?  
And so, the evil religion thread stole the wonderful "What the Heck?" thread's throne. Truly a sad day for gamedev.
I doubt it''s possible.

.DOC is not a plain text format, so even by including it using PHP calls or whatever wouldn''t help.

Words has a web reader if I recall well... you could add a link to the .DOC?

If you want it totally embedded in your webpage, I suggest using the "Save as Webpage" option in Word, then include this HTML in your page.

Hope this helps
Is you are using asp try this:
response.contenttype= "application/msword"
<!--#include file="C:\worddoc.doc"-->
I don't know if that will work, but it's worth a try,


~"What''s this red button do?"

[edited by - Psyberia on March 8, 2003 9:40:57 AM]
~"What''s this red button do?"

This topic is closed to new replies.

Advertisement