提交带有锚定标记(链接)的表单
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交带有锚定标记(链接)的表单相关的知识,希望对你有一定的参考价值。
Name the form what ever you like, but make sure that is reflected in the javascript.
<form id="my_form"> <a href="javascript:{}" onclick="document.getElementById('the_form').submit(); return false;">submit</a> </form>
以上是关于提交带有锚定标记(链接)的表单的主要内容,如果未能解决你的问题,请参考以下文章