网页中<a>标签新窗口和location.href 新窗口打开

   在网页制作过程中,经常遇到新窗口打开,一般是a超级链接或者location.href 新窗口打开形式,下面分别讲述两种之间的不同方式

 1,a标签 新窗口 添加属性 target="_blank"

    <a href="http://www.96net.com.cn/" target="_blank" >

2,location.href 新窗口

    onClick="window.open('http://www.96net.com.cn/');"  新窗口打开

    onClick="javascript:location.href='http://www.96net.com.cn/';"原窗口打开

记住两种在以后网站建设过程非常有用。

posted @ 2018-09-19 11:20  学无边涯  阅读(1141)  评论(0编辑  收藏  举报