I'm trying to copy to clipboard using Javascript. With Internet Explorer it's possible using
window.clipboardData.setData("Text", serialNumString);
Is there a similar way for copy to clipboard in Firefox and Chrome?
I'm trying to copy to clipboard using Javascript. With Internet Explorer it's possible using
window.clipboardData.setData("Text", serialNumString);
Is there a similar way for copy to clipboard in Firefox and Chrome?