HTML form with two submit buttons and two “target” attributes

前端 未结 15 2264
暗喜
暗喜 2020-11-29 20:02

I have one HTML

.

The form has only one action=\"\" attribute.

However I wish to have two different target=\"\" attribu

15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 20:24

    On each of your buttons you could have the following;

    
    
    

    Then have a few small js functions;

    
    

    That should do the trick.

提交回复
热议问题