I found some nice solutions here on how to copy text in JavaScript to the clipboard in: How to Copy to Clipboard in JavaScript?

But is there any way to give it a type? Want I want is to paste to clipboard something like:

this is < b >bold< /b >

and when pasting it into OpenOffice or Word, get

this is bold

link|improve this question

33% accept rate
Try copying it to notepad – Sam Dufel Feb 21 '11 at 15:40
are you copying "rendered HTML"? or "some plain text of HTML code"? – scunliffe Feb 21 '11 at 15:45
I'm copying html-code as text into the clipboard. – Werner Feb 21 '11 at 15:46
feedback

1 Answer

Ah, I found it out: http://bowser.macminicolo.net/~jhuckaby/zeroclipboard/test10.html does the trick for zeroclipboard.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.