简体   繁体   English

报表服务在新标签页中打开报表

[英]Reporting services open a report in new tab

I need to open a URL link in another tab. 我需要在另一个标签中打开一个URL链接。 I have tested this code that opens in a new window. 我已经测试了在新窗口中打开的代码。

="javascript:void(window.open('http://www.google.com'))"

But, how can I open it in another tab ..?! 但是,如何在另一个选项卡中打开它呢?

你几乎明白了

 ="javascript:void(window.open('http://www.google.com','_blank'))"

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

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