| this The this statement is used to refer to the current object, and is used primariliy within HTML FORM and INPUT elements to pass an entire object to functions and methods specified in scripts. Using an event handler within the INPUT element, you may pass an object (in this case the contents of the "text" type of INPUT element) as a parameter to the given function, as follows: |