Simple JavaScript Checkbox Validation

前端 未结 11 1993
长情又很酷
长情又很酷 2020-12-10 03:56

I usually work with PHP so sadly don\'t have some basic JS principles down. This is all I want to accomplish--I\'ve seen many posts on this topic but they are usually beyon

11条回答
  •  失恋的感觉
    2020-12-10 04:25

    If the check box's ID "Delete" then for the "onclick" event of the submit button the javascript function can be as follows:

    html:
    
    
    
    script:
    
    

提交回复
热议问题