Code to read the value of CheckBox array using Javascript (compatible with IE and firefox)_Form effects
WBOY
Release: 2016-05-16 18:13:03
Original
960 people have browsed it
The document.getElementsByName(name) method is used to read the object array. The usage is as follows: var elements = document.getElementsByName("role"); ("role" is the common name of each CheckBox in the CheckBox array) for:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn