第 1 步:从 tab1 上的网页,使用页面上的链接打开 tab2:
<a href="http://google.com" target="_BLANK">google</a>
第 2 步:从 tab2 上的网页,尝试使用页面上的链接打开 tab3:
<a href="http://google.com" target="_BLANK">google</a>
问题是 step2 没有打开 tab3 而是将页面加载回 tab2
在 IE 和 chrome 上试过这个
怎样才能使step2可以在新的tab3中打开?
谢谢