本帖最后由 fengfenglucky 于 2010-05-05 10:20:01 编辑

解决方案 »

  1.   


    <a style="cursor:pointer" ondblclick="http://localhost:8080/u-ecm/mytask.jsp/">链接内容</a>IE下可以用hand<a style="cursor:hand" ondblclick="http://localhost:8080/u-ecm/mytask.jsp/">链接内容</a>
      

  2.   

    <a ondblclick="window.location.href='http://localhost:8080/u-ecm/mytask.jsp';" style="cursor:hand;cursor:pointer;">链接内容</a>
      

  3.   

    <a ondblclick="window.location.href='http://localhost:8080/u-ecm/mytask.jsp';"  style="cursor:hand;cursor:hand;">链接内容</a>正解
      

  4.   

    谢谢各位 问一下style="cursor:hand;cursor:pointer;"中为什么“hand”和“pointer”都写呢,不重复吗?
      

  5.   

    <a ondblclick="window.location='http://localhost:8080/u-ecm/mytask.jsp/';" href="javascript:void(0)">链接内容</a>