'srcElement' Syntax and Note : srcElement « Javascript Properties « JavaScript Reference

'srcElement' Syntax and Note

Note:

Read and write property. 
The object that fires the event.
    
Syntax:
    
window.event.srcElement = value

    

      
      








Related examples in the same category

1.'srcElement' Example
2.'srcElement' is applied to