天天看点

How to make a submit out of a <a href…>…</a> link?

If you really want to use an anchor then you have to use javascript:

<a href="#" target="_blank" rel="external nofollow"  οnclick="document.forms['myFormName'].submit(); return false;">...</a>
           

继续阅读