I have a small application with a directory that holds word documents. I want to enable the user to view the documents with in the browser. To have a list of the documents and when the users clicks on a document he will see the document on the right panel.
How can i view a word (doc/docx) inside the firefox browser? line in a DIV or IFRAME.
I thought of a few options: 1. Convert the document to HTML - but it's to problematic and i need to hold both original version and html version. 2. Use some extension, any idea for such an extension? 3. Any third or forth option?
Thanks.