Hi! I've being working in a solution for my company that requires to open a Word document INSIDE the browser window, write some things on the document, and then save it (it can be a local save, no issues with security here).
I was able to load the word document inside the browser using iframes, but then I don't know how to access the content of the document, or how to save it. Because in this way, the save and print buttons doesn't show, when is embedded.
Then I discovered the ActiveX Word.Application, which is great. I can see the contents of the document and save any changes made, but it always open outside the browser, and as I said, I need it to be inside.
So basically, what I need is to open an embedded word document in the browser WITH save as button, or the ability to save it from javascript.
Thanks all for your help!