htmlText
Property of dom/Elementdom/Element
Syntax
var result = element.htmlText;
element.htmlText = value;
Notes
Remarks
This property corresponds to the fragment portion of the CF_HTML clipboard format. This feature might not be available on platforms other than Microsoft Win32 platforms.
Syntax
See also
Related pages
- TextRangeTextRange
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]