Development JavaScript Tutorial

Syntax

this
    this.property
The this keyword refers to the current object and is often used to pass entire objects, such as those contained in Form instances, to functions and methods specified in scripts.


    
       Using this in passing form information
    
    
    
    
    
    
      
      Here is some text in my text area.