<a style="cursor:hand" onClick="window.open('test1.htm')">link</a>

解决方案 »

  1.   

    onClick="window.open('test1.htm');return false"
      

  2.   

    <a href="javascript:void(window.open('123.htm'));">
      

  3.   

    <a href='#'onClick="javascript:window.open('111.htm','','width=300,height=200,status=off,top=200,left=200')";>首页</a>
    可以的
      

  4.   

    <a style="cursor: hand" onClick="window.open('test1.htm', '', '')">link</a>
      

  5.   

    同意 BubbleInDiamond(以下想法纯属虚构) 
    一定要return false啊
      

  6.   

    正确解决方法:
    <a href="javascript:void(null)" onClick="window.open('')">asdfasdfas</a>
      

  7.   

    orrin(orrin)的方法可以我原来在一个网站的源文件里,看到它们就是这么写的
      

  8.   

    可以了,最后采用<a href="javascript:void(null)" onClick="window.open