在head标签里加上: <base target="_blank" />
法二:(推荐)
<a href="http://www.google.com/" title="Google" target="_blank">Google</a>
<input type="button" value="请点击我" onclick=window.open("http://www.baidu.com","newwindow","height=300,width=400,toolbar=0,menubar=0,location=0,status=0")>
新云我记得功能都整合在系统的标签里面了。这是我随便找的标签以及后面的参数第八个参数,是否新窗口打开连接(1=新窗口,0=本窗口)css里实现的话,你找到你需要新窗口打开的那些首页文章的类(我没环境测试新云)在该类里添加a:active
{test:expression(target=\"_blank\")}