Checkbox.onclick() Handler
Name
Checkbox.onclick() Handler---invoked when a Checkbox is selected
Navigator 2.0, Internet Explorer 3.0
Synopsis
<INPUT TYPE="checkbox" a definition of the handler
onClick="handler-statements">
checkbox.onclick a reference to the handler
checkbox.onclick(); an explicit invocation of the handler
onclick() is an event handler invoked when the user
clicks on a Checkbox. This event handler is defined by the
onClick attribute of the HTML <INPUT> tag
that defines the Checkbox. The value of this attribute may
be any number of JavaScript statements, separated by
semicolons; these statements will be executed when the user
clicks on (i.e., checks or unchecks) the Checkbox.
Checkbox.onblur()
Checkbox.onfocus()
file: /Techref/language/java/script/definitive/refp_40.htm,
4KB, , updated: 2019年10月14日 16:00, local time: 2025年9月16日 05:57,
©2025 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://massmind.org/techref/language/java/script/definitive/refp_40.htm"> [Chapter 21] Reference: Checkbox.onclick()</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.