javascript clipboardData setData( )

Stores string data in the clipboardData object. Returns Boolean true if the assignment is successful

javascript clipboardData getData( )

Returns a copy of data from the clipboardData object. The clipboardData contents remain intact for subsequent reading in other script statements

javascript clipboardData clearData( )

Removes data from the clipboardData object.

javascript clipboardData dropEffect, effectAllowed

These two properties belong to the clipboardData object by inheritance from the dataTransfer object, to which they genuinely apply. Ignore these

javascript clipboardData Description

The clipboardData object (accessible as a property of a window or frame object) is a temporary container that scripts in IE 5 and later for Wi