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.
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.