<a href="" onclick="form1.submit();return false">提交</a>

解决方案 »

  1.   

    这样实现:
    <a href="javascript:xxx"></a>
    在xxx的地方写你要的javascrip代码,就可以实现按钮的功能
      

  2.   

    <a href='javascript: void window.open("http://www.163.com");'>click me</a>
      

  3.   

    <form name="form" id="form" method="POST" action="">
      <p><a href="www.163.com" onclick="form.submit();return false" style="cursor:hand;">fgf</a></p>
    </form>
      

  4.   

    <input type=edit onclick="**(??)" name=? src=?>
      随便都可以.. 有无后面的几个不成问题...  呵呵..             对了,,,,,  希望我们JAvascript爱好者能加我的QQ..加入858475这个群吧.. 方便联系和讨论..   注: 本人菜菜的.  :)
      

  5.   

    <span onclick="yfun()">xxx</span>