Skip to content
Advertisement

Tag: clipboard

Copy current URL to clipboard

Not sure why this has been so difficult for me today, but for some reason I cannot seem to get it to copy the current URL to the clipboard. Overall, I’m looking for a way to do it without needing to create some hidden text elements. This is what I’m trying so far: When I try to go about it

How can I copy rich text contents to the clipboard with JavaScript?

Premise I need help copying rich text to the clipboard using JavaScript. I have searched around and haven’t found anything to suit my specific needs. Code Problem The aforementioned code isn’t working and is resulting in an object expected error. Any help is appreciated! I have seen a library out there called zeroclipboard, but would prefer to write my own

How to accept MathML from Windows Math Input Panel?

The question How do i accept MathML? already explains how to handle output from Windows 7 and Windows 8 Math Input Panel using native Windows code. Is it possible to do the same with any web browser using just JavaScript (that is, no silverlight or any other plugin allowed)? I understand that the MathML input is on the clipboard but

Copy text to clipboard from bookmarklet

I’m trying to write a little bookmarklet that can extract some text from the active page and load that into the clipboard. The extraction is easy enough, but I’m really stuck doing the clipboard-copying part. Currently, I’m just alerting the text and hitting Ctrl+C to copy the text from the message-box, which isn’t ideal. I’ve read How to Copy to

Advertisement