you are in: codestackercodes [RSS]copy to clipboard

copy to clipboard Delicious Email

show/hide lines
   1  function copyToClipBoard(id) {
   2      Copied = document.getElementById('id').innerText.createTextRange();
   3      Copied.execCommand("Copy");
   4  }
created by leozera — 22 August 2009 — get a short url — tags: javascript embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image