Firefox 中调用 window.open 时出现问题
当我在 apex 中的图表链接中调用此代码时
javascript:window.open('http://google.pt','mywindow','width=400,height=200', 'bReplace =true');
它会打开一个带有 google 页面的新窗口,但将图表页面与一个空白页面放在一起,上面写有 [object Window]
我如何维护图表页面?
When i'm calling this code in the link of a chart in apex
javascript:window.open('http://google.pt','mywindow','width=400,height=200', 'bReplace=true');
it opens a new window with google page but puts the chart page with a blank page with [object Window]
wrote on it
How can i maintain the chart page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要强制表达式不返回值:
You need to force the expresion to not return a value: