IAdeUICallbacks::OpenURL
ADE User Guide > ADE Server Class Reference > IAdeUICallbacks
void IAdeUICallbacks::OpenURL([in] string url, [in] string window, [in] string specs)
在计算OpenURL()函数时调用。通过执行此信息,在此函数被计算时将你的用户带到一个请求的网址。如果你没有执行此函数,那么OpenURL()函数在的基于ADE的应用程序中被计算时没有影响。
参 数
The parameters are the same as the parameters passed to the OpenURL() function by the model.
«url»是请求的网址。
The «window» and «specs» parameters are optional and hidden in the OpenURL() function. They have no effect in desktop Analytica, but could be used to specify which window the browser should open to in a browser-based application, and other style specifications for the window.
返回值
无
示例
另请参考
- OpenURL()函数
Comments
Enable comment auto-refresher