How do I render a Word document (.doc, .docx) in the browser using JavaScript?

I have successfully done code to display a PDF file in the browser instead of the “Open/Save” dialog. Now, I’m stuck trying to display a Word document in the browser. I want to display a Word document in Firefox, IE7+, Chrome etc.

Can any one help? I am always getting the “Open/Save” dialog while displaying the Word doc in browser. I want to implement this functionality using JavaScript.

12 Answers
12

Leave a Comment