在用A标签我们要在新窗口打开用的是
<a href=http://www.itcnw.com target="_blank">IT中国</a>
也可以用CSS直接控制新窗口打开
定义
a:hover{test:expression(target="_blank");}