| Author |
loading content to clipboard
|
nikil shar
Ranch Hand
Joined: May 25, 2008
Posts: 116
|
|
hi all, i have a java app sitting on a solaris box and am using a windows machine to use the application i.e from a web browser. i wanetd to know if there is a way to load any content displayed in the browser to the local windows machines clipboard ?? have looked at the awt package and the "getSystemClipboard" doesnt seem to be working since it returns the solaris boxes clipboard. thanks in advance.
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
You would have to do this using JavaScript since it would have to execute in the client's browser - not Java.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
nikil shar
Ranch Hand
Joined: May 25, 2008
Posts: 116
|
|
hi, how would i do that in javascript ?? sorry am not very good with scripting. ta.
|
 |
 |
|
|
subject: loading content to clipboard
|
|
|