“Outlook 2016 for mac”中的“Office 2013邮件应用”中的window.opener为空

时间:2015-12-14 14:05:24

标签: javascript outlook office365-apps office-app outlook-2016

我使用Office 2013和visual studio创建了一个邮件应用程序。它指向我们的网页,其中包含很少的超链接。我们点击这些超链接打开新窗口。该应用程序在我的Office 365帐户的Outlook桌面上运行良好。但是,当我在Outlook 2016 for Mac中添加我的Office 365帐户并尝试从那里访问我的应用程序时出现问题。窗户打开但不遵守我们提供的任何规格,例如高度,宽度等。此外,window.opener始终为null,因此我们无法将任何数据返回到原始窗口。有什么想法吗?

window.open(url, title, "height=" + height + ",width=" + width + ",left=" + leftPosition + ",top=" + topPosition + ",screenX=" + leftPosition + ",screenY=" + topPosition + ",location=0,directories=0,titlebar=0,toolbar=0,status=0,menubar=0,resizable=0,scrollbars=1")

0 个答案:

没有答案
相关问题