javascript thread: how to grab MS-WORD formatted from clipboard in js?
I want the HTML from user who copies from MS-WORD into clipboard. I know clipboardData object has clipboardData.getData(), and you can put in "text" or "url" as first parameter, but, it always fetches non-HTML text. Anyone know how to fetch the HTML clipboard copy from MS-WORD in javascript??
|





