Styling an anchor tag to look like a submit button

后端 未结 10 1448
谎友^
谎友^ 2020-11-29 04:19

I have a form where there\'s a \"Submit\" button and a \"Cancel\" anchor. The HTML is this:




        
10条回答
  •  独厮守ぢ
    2020-11-29 05:05

    I Suggest you to use both Input Submit / Button instead of anchor and put this line of code onClick="javascript:location.href = 'http://stackoverflow.com';" in that Input Submit / Button which you want to work as link.

    Submit Example

    
    

    Button Example

    
    

提交回复
热议问题