Navigator 3.0
<FORM onReset="handler-statements" a definition of the handler ...attributes... other attributes here > form.onreset a reference to the handler form.onreset(); an explicit invocation of the handler
onreset() is an event handler of the Form object, and is invoked when the form is reset, either through the Form.reset() method or when the user clicks on a Reset button.
This event handler is defined by the onReset attribute of the <FORM> tag that defines a form. The value of this attribute may be any number of JavaScript statements, separated by semicolons; these statements will be executed when the form is submitted.
If the onreset() handler returns false, then the elements of the form will not be reset.
You could use the following event-handler to ask the user to confirm that they really want to reset the form:
<FORM ... onReset="return confirm('Really erase all entered data?')" >
file: /Techref/language/JAVA/SCRIPT/definitive/refp_136.htm, 5KB, , updated: 2019/10/14 16:00, local time: 2025/5/6 02:11,
18.117.172.251:LOG IN
|
©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://www.piclist.com/tecHREF/language/JAVA/SCRIPT/definitive/refp_136.htm"> [Chapter 21] Reference: Form.onreset()</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
The Backwoods Guide to Computer Lingo |
.