<a href="#" onclick="return openwin()"></a>

解决方案 »

  1.   

    try this.
    <a href="###" onclick=openwin()></a>
      

  2.   

    不会吧
    这个你存成html试试。
    <table height=2000>
    <tr><td>222</td></tr>
    </table>
    <a href="###" onclick=alert('s')>bbb</a>
      

  3.   

    <a href="javascript:openwin();">xxxx</a>这样试试~~
      

  4.   

    <a onclick=openwin()><font style="cursor:hand">链接</font></a>
     完全可以没问题!
      

  5.   

    <a href="###" onclick="window.open('*.htm','_blank');">testing...........</a>没有问题