ITHit WebDAV - 安装 Office 时显示 Office 不可用消息 [英] ITHit WebDAV - Office not available message showing when Office is installed

查看:36
本文介绍了ITHit WebDAV - 安装 Office 时显示 Office 不可用消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经在我们的网站上实施了 IT Hit WebDAV 服务器,目前正在购买前对其进行测试.

We have implemented the IT Hit WebDAV sever on our website and are currently testing it before purchasing.

我们所做的其中一项测试是在不同的浏览器和操作系统中进行测试.我们发现,在 Vista 和最新版 Chrome 中,当安装了 Office 并正常工作并且该页面在其他浏览器/操作系统组合中工作时,它会显示 Microsoft Office 不可用的消息.

One of the tests we have done is test it in different browsers and operating systems. We have found that in Vista and the Latest Chrome it shows the message Microsoft Office not available when office is installed and working and the page works in other browser/OS combinations.

我们使用的是 IT Hit 中未更改的 JavaScript.下面是我在按钮上使用的代码(TypeScript 代码):

We are using the JavaScript from IT Hit which has not been changed. Below is the code (TypeScript Code) I have used on the button:

//Gets an instance of ITHIT DocManager
var oNs = ITHit.WebDAV.Client.DocManager;
if (oNs.IsMicrosoftOfficeAvailable()) {
    oNs.MicrosoftOfficeEditDocument(responseData.documentUrl);
} else {
    editBtn.html(officeNotAvailableLang);
}

点击编辑之前

Office 不可用错误

Office 安装在机器上

这是一个已知问题吗?可以修复吗?

Is this a known issue and can it be fixed?

推荐答案

这可能是由于某种原因,您的 Web 浏览器中禁用了 Microsoft Office 插件.启用插件:

This could be because the Microsoft Office plugin is disabled in your web browser for some reason. To enable the plugin:

  • 如果是 Google Chrome 插件可以在这里找到:铬://插件:

  • In case of Google Chrome plugins could be found here: chrome://plugins:

如果是 FireFox,它们位于选项菜单 -> 插件 -> 插件选项卡中:

In case of FireFox they are in Options Menu -> Addons -> Plugins tab:

对于 IE,它们位于工具菜单 -> 管理加载项下.确保您在显示"下拉列表中选择所有附加组件":

In case of IE they are under Tools Menu -> Manage Add-ons. Make sure you select 'All add-ons' in Show dropdown:

这篇关于ITHit WebDAV - 安装 Office 时显示 Office 不可用消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆