If radio button checked, then submit to different page

前端 未结 4 507
感情败类
感情败类 2021-01-27 01:06

I have this:

4条回答
  •  萌比男神i
    2021-01-27 01:45

    You can use form.submit() as onclick-handler (not onchange) and change the action, too.

    
    

提交回复
热议问题