css input submit link

前端 未结 5 2216
梦如初夏
梦如初夏 2021-01-01 18:03

I have this html:

      
5条回答
  •  [愿得一人]
    2021-01-01 18:51

    
    

    Is this not what you're looking for?

    The other option, as already noted, is to use javascript to submit the form onclick of a anchor element:

    submit       
    

    with your form having an attribute: name="review"

提交回复
热议问题