On Jun 25, 1:00*pm, thejamie <theja...@discussions.microsoft.com>
wrote:
> Is there a way to pass a string to the clipboard in ASP?
>
> I thought it would be a simple matter of referencing Windows.Forms but
> apparently it cannot be done from a web page. *Is there another method to use
> that will pass data from the page to the clipboard?
> --
> Regards,
> Jamie
Hi,
Web & Win are two different platform and even as there are casess that
you need to use namespaces in the other platform the UI is not usable.
Besides, what makes you think that the OS where the browser is
running has a clipboard in the first place?

Anyway, check a javascript NG as I think that IE has such a feature