Firefox Clipboard
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, can someone tell me what is the code for adding text to the clipboard pls. This code is working for me from the Internet Explorer but not for the firefox.
function ClipBoarda(b) { Copied = document.getElementById('txtTextCode_'+b).createTextRange(); document.getElementById('txtTextCode_'+b).focus(); document.getElementById('txtTextCode_'+b).select(); Copied.execCommand("Copy"); }
Thanks alot for any feedback.Adrian De Battista - Web Designer, Web Programmer, Software Programmer From Malta. My Website .. www.MaltaTrade.org