embed word document to open in browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • helraizer1
    New Member
    • Mar 2007
    • 118

    embed word document to open in browser

    Hi Folks,

    Using just client side languages.. how can I embed a word document in the browser, without it opening externally in MS Word?

    at the moment I'm using iframe with the src as the document, but it opens it externally, which defeats the objective, really.

    [code=html]<iframe src='./HTML/Project_Plan.do c' width='100%' height='700'></iframe>[/code]

    How can I do this?

    Thanks,
    Sam
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    This is probably just a Windows setting, e.g. see this MS KB link.

    Comment

    Working...