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
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
Comment