Closed. This question needs to be more focused。它当前不接受答案。












想要改善这个问题吗?更新问题,使它仅关注editing this post的一个问题。

7年前关闭。



Improve this question




我正在使用JSF h:outputlink。我想打开该链接的新选项卡onclick。
请建议我最简单的方法。

最佳答案

试试这个,

 <h:outputLink value="xxx.html" target="_blank">URL</h:outputLink>

阅读h:outputLink前言信息。

关于JSF <h :outputlink> navigate to new tab,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22682472/

10-11 02:25