Navigator 2.0, Internet Explorer 3.0
checkbox.value
value is a read/write string property of the Checkbox object. It specifies the text that is passed to the web server if the Checkbox is checked when the form is submitted. The initial value of value is specified by the VALUE attribute of the Checkbox's HTML <INPUT> tag. If no VALUE attribute is specified, then the default value string is "on".
Note that the value field does not specify whether or not the Checkbox is selected; the checked property specifies the current state of the Checkbox.
When defining a group of related checkboxes that share the same name, it is important that each be given a distinct value attribute.
file: /Techref/language/java/script/definitive/refp_43.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 10:17,
18.221.61.135:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_43.htm"> [Chapter 21] Reference: Checkbox.value</A> |
Did you find what you needed? |