tags:

views:

27

answers:

1

is there any way to copy to the clip bord without the flash and without clipboardData too because it works on ie only

i have html input tage and have some text i want copy it

+1  A: 

No. See this answer, among others. More and more browsers are turning off clipboard access because it is a security hole.

In fact, as of version 10, flash won't allow this (mostly).

I have heard that you can enable clipboard access, on your FF browser only, by disabling some security settings. Reference: http://www.febooti.com/support/website-help/website-javascript-copy-clipboard.html

Brock Adams