Hi,

there is a JavaScript-command to 'simulate' ctrl-v. It's
exec.Command("paste");
so I'm quite sure that there is also a command like
exec.Command("copy");
but this works for MSIE only in newer versions (5.5 and higher) this is 
not possible because this "security-bug" was fixed

Greetings
Carsten Mohr


Oskar Hermansson wrote:
> Hello!
> 
> Is there any function to copy a string into the computers memory (just
> like you do when you press "ctrl + c" in, for example Internet
> Explorer). Is there any way to do this, just using PHP or JavaScript?
> Maybe by using the function system()? Note that i dont want to copy a
> file, just a string.
> 
> Anyone got a solution to this problem?
> 
> Im very grateful for any help i can get!
> 
>  
> 
> With Regards,
> 
> Oskar Hermansson,
> 
> Sweden
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to