You can send stuff to the clipboard via Javascript :

        <script type="text/javascript">

        function CopyToClipboard()

        {

           CopiedTxt = "Some text or other";

           CopiedTxt.execCommand("Copy");

        }

        </script> 

Never had to integrate anything like this into the WUT though.  I've got a 
HTML/Javascript password generator that I put into place for the support team a 
while back, and somehow it manages to push the password to the clipboard 
without any obvious supporting code ...

Regards

Dave

-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Dave Saville
Sent: 14 September 2006 09:00
To: [email protected]
Subject: Re: Copy to / from Windows Clipboard

On Wed, 13 Sep 2006 10:06:53 -0700, Thad Esser wrote:

>Could you use OLE actions (check BuoyantSolutions for SendKeys) to do a 
>ctrl-c/ctrl-v?
>

But it would not know what is "selected" assuming the OP wants to push stuff
*into* the clipboard from the AL.

>"clip.exe" (google it) is a command line utility that will let you 
>redirect text to the clipboard.  I don't think it can pull text out.

I have some DOSish code that *might* recompile for XP. Let me know if you get 
stuck and I will have a look.

>
>Thad
>"Perfection is achieved, not when there is nothing more to add, but 
>when there is nothing left to take away." - Antoine de Saint-Exupéry
>
>
>
>"Eric Cleereman (IT)" <[EMAIL PROTECTED]> Sent by: "Action 
>Request System discussion list(ARSList)"
><[email protected]>
>09/13/2006 09:22 AM
>Please respond to
>[email protected]
>
>
>To
>[email protected]
>cc
>
>Subject
>Copy to / from Windows Clipboard
>
>
>
>
>
>
>**
>Hi All,
>Using the WUT version 6.3, and Windows 2000/XP, does anyone know of a 
>way to copy to or from the Windows clipboard from an active link?
>Eric Cleereman
>__20060125_______________________This posting was submitted with HTML 
>in it___
>
>***IMPORTANT NOTICE: This communication, including any attachment, 
>contains information that may be confidential or privileged, and is 
>intended solely for the entity or individual to whom it is addressed.  
>If you are not the intended recipient, you should delete this message 
>and are hereby notified that any disclosure, copying, or distribution 
>of this message is strictly prohibited.  Nothing in this email, 
>including any attachment, is intended to be a legally binding 
>signature.***
>
>_______________________________________________________________________
>________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org
>


--
Regards

Dave Saville

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to