href around input type submit

后端 未结 6 692
谎友^
谎友^ 2020-12-09 21:22

why isn\'t a href around an input type submit not working in IE? (and what can I do to fix it)



        
6条回答
  •  庸人自扰
    2020-12-09 21:45

    Why would you want to put a submit button inside an anchor? You are either trying to submit a form or go to a different page. Which one is it?

    Either submit the form:

    
    

    Or go to another page:

    
    

提交回复
热议问题