'getData()' Syntax, Parameters and Note : getData « Javascript Methods « JavaScript Reference

'getData()' Syntax, Parameters and Note

Note:

Retrieves the specified type of data from the clipboard.
    
Syntax:
    
event.objectName.getData(param1)

Parameters:
    param1   Required; text or URL.

    

      
      








Related examples in the same category

1.'getData()' Example
2.'getData()' is applied to