i want to copy to clipboard using javascript(not using flash)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muthulk2
    New Member
    • Feb 2014
    • 13

    i want to copy to clipboard using javascript(not using flash)

    i want to copy to clipboard using javascript(not using flash)
    i don't want to use this ZeroClipboard.j s
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    #2
    As I recall this used to be a security issue, so it was generally not permitted as someone could insert code and hijack your info. So to get around that you need to use the keyboard Ctrl-C to copy to the clipboard.

    Maybe things have changed. Check this link http://www.deluxeblogtips.com/2010/0...clipboard.html. You may find other answers out there as well.

    Comment

    Working...