简体   繁体   中英

Outlook web add-in: Execute Function opens new Browser Window

In my Web Add-In I open a new Browser Window with Execute Function:

var myWindow = window.open("...");
myWindow.focus();

As a result the Browser Window is not in the foreground (like expected) and the browser symbol in the task bar blinks.

Code snippets to bring the window to the foreground are welcome. Thanks in advance!

Outlook does not support window.open directly inside of Add-ins. Please refer to the answer here for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM