MicrosoftOfficeEditDocument didn't work in Chrome [closed]

浪子不回头ぞ 提交于 2019-12-13 07:49:25

问题


I'm evaluating the IT Hit WebDAV AJAX Library. When my script calling MicrosoftOfficeEditDocument(url), it works in IE but not in Google Chrome (it just didn't do anything when called in Chrome). What am I missing?

Here is how I called it:

ITHit.WebDAV.Client.DocManager.MicrosoftOfficeEditDocument("http://server.com/file.docx");

回答1:


Until today the IT Hit WebDAV AJAX Library was using the protocol extension installed by Microsoft Office 2013 to open the document in Google Chrome. However Google Chrome have blocked that protocol for some reason.

Today we have published an update that fixes this issue. Now in case of Google Chrome the IT Hit WebDAV AJAX Library is using browser plug-in installed by Microsoft Office 2013 and 2010.



来源:https://stackoverflow.com/questions/24170688/microsoftofficeeditdocument-didnt-work-in-chrome

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