简体   繁体   English

从标准Web应用程序打开统一服务台中的新选项卡

[英]Open new tab in Unified Service Desk from Standard Web Application

I have a Standard Web Application hosted control in USD. 我有一个标准的Web应用程序托管控件美元。 In that web app, I have javascript that is doing a window.open(" http://event/?eventname=[MyEventName] "). 在那个网络应用程序中,我有一个javascript正在做一个window.open(“ http:// event /?eventname = [MyEventName] ”)。 The event has an action to navigate, but it is only navigating in the current tab; 该事件具有导航操作,但它仅在当前选项卡中导航; it doesn't create a new tab. 它不会创建新选项卡。 Any ideas as to what I'm missing? 关于我缺少什么的任何想法?

In response to the Event, it is necessary for your Action Call to call the Navigate Action on the desired Hosted Control, or "tab." 为响应事件,您的Action Call必须在所需的托管控件或“选项卡”上调用导航操作。 Based on your description, it seems as though your Action Call is calling the Navigate Action on the Standard Web Application that is raising the Event. 根据您的描述,似乎您的Action Call正在调用正在引发事件的标准Web应用程序上的Navigate Action。 Instead, call the Navigate Action on some other Hosted Control, the one that you want to actually perform the navigation. 而是在其他托管控件上调用导航操作,该控件是您要实际执行导航的控件。 If no Hosted Control exists for this purpose, it will be necessary to create one. 如果没有托管控件用于此目的,则需要创建一个托管控件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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