If you search Google for Firefox JavaScript copy clipboard you will see how to do it. Problem is security settings. most browsers have this disabled by default.
Eric
Nagendra Batchu
Ranch Hand
Joined: Jan 23, 2008
Posts: 32
posted
0
Thanks a lot for quick reply.
Or else could i ask you that, is there any other approch to do this?I mean using java? Usually what developers will do if this requirement arrives...!?
thanks.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
6
posted
0
Java is running on the server and has no connection to the client. You can try to worrk with an applet, but that also has issues with support on the browser.