打开单独的浏览器窗口并传递数据
我想在单独的浏览器窗口中显示一些数据,而不是使用 popupManager。我该怎么做呢。另外,我需要将参数传递给该窗口,根据该参数,我将调用该服务并获取所需的数据并将其显示在数据网格中。
I want to display some data in a separate browser window instead of using popupManager. How do i do that. Also i need to pass parameter to that window, based on that parameter, i ll call the service and get the required data and display that in the datagrid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 navigateToURL() 以及可能的外部接口。您应该能够仅传递 url 参数来向其他窗口提供信息。
Take a look at navigateToURL() and possibly the external interface. You should be able to just pass url parameters to provide information to the other window.