Copy Clipboard

B

Bruce A. Julseth

I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <input> statement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox or
in Safari.

Any suggestions on how I do this?

Thanks.
 
D

David Mark

I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <input> statement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox or
in Safari.

There is an equivalent in FF, but no method that writes to the
clipboard is guaranteed to work. Typically the user is asked if they
want to cancel it (or it throws an exception.)
 
B

Bruce A. Julseth

I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <input> statement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox
or
in Safari.

There is an equivalent in FF, but no method that writes to the
clipboard is guaranteed to work. Typically the user is asked if they
want to cancel it (or it throws an exception.)

Thanks... I am currently moving the data between pages using an <input>
hidden variable, then retrieving with a POST. It works.

Thanks again.
 
D

David Mark

Thanks... I am currently moving the data between pages using an <input>
hidden variable, then retrieving with a POST. It works.

Yes, when presented with a cross-browser impossibility, change the
design. Sounds like a much better one too!
Thanks again.

No problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top