我想通过<h:commandLink target='_blank'>
更改网页标签的标题。我怎么设置这个?
答案 0 :(得分:2)
这是一种方法:
url = www.domain.com?title=popupwindowtitle
window.open(url)
-popup windows code -
<html>
<title><?php echo $_GET['title'']?></title>
</html>
不确定是否有直接设置标题的方法,希望这会有所帮助。