Navigator 2.0, Internet Explorer 3.0
<INPUT TYPE="button" a definition of the handler VALUE="button-text" onClick="handler-statements"> button.onclick a reference to the handler button.onclick(); an explicit invocation of the handler
onclick() is an event handler invoked when the user clicks on a button. A button's onclick() handler is defined by the onClick attribute of the HTML <INPUT> tag. 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 the button.
file: /Techref/language/java/script/definitive/refp_27.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 17:40,
3.142.251.12: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_27.htm"> [Chapter 21] Reference: Button.onclick()</A> |
Did you find what you needed? |