word document viewer browser plugin

懵懂的女人 提交于 2019-11-27 15:32:25

Do you know about the Office Web Apps? Microsoft developed something similar to Google Docs and you can use the Word Web Application to view Word files. It will pretty much display anything - a lot of editing functions from the offline version are not available though.

If you are just looking for a viewer search for "Word ActiveX Viewer" and you will find plenty (commercial) viewers.

To have IE open the .doc within the browser and not in a separate winword.exe, you need to define the association at client end.

As .doc file is an external resource to HTML, it would download the file into its temp, and then attempt to launch it. It would launch it using the default program that it is associated with.

To control this behavior, please have a look at:

http://www.shaunakelly.com/word/sharing/opendocinie.html

I thought Internet Explorer + Microsoft Office used to do this by default?

I can for sure tell you that other than converting the doc to html you won't get a cross-browser, cross-platform solution. Since you are saying it's for viewing only, that would seem like the way to go.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!