Just output it to a text area (ASP doesn't have a server-side clipboard.
You'd need to find a way to do it using JScript/Javascript etc, on the
client-side)
I'm a little curious though.... surely if the persons are sending e-mails to
the recipients, they already have the recipients address's?
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Wayne Wengert" <wayneDONTWANTSPAM@wengert.com> wrote in message
news:uimxsiLoEHA.2340@TK2MSFTNGP10.phx.gbl...[color=blue]
> Thanks for the responses. What I am trying to do is to collect a list of
> email addresses and put it on the clipboard so the user can paste it into
> their email app to send those addressees email.
>
> Wayne
>
> "Wayne Wengert" <wayneDONTWANTSPAM@wengert.com> wrote in message
> news:Om25eWLoEHA.3968@TK2MSFTNGP11.phx.gbl...[color=green]
> > I have an ASP page in which I want to copy the contents of a variable[/color]
> (text)[color=green]
> > to the clipboard. Based on MSDN examples I tried
> >
> > window.clipboardData.setData(strTemp)
> >
> > and that generates an error that "window" is not declared
> >
> > How do I get my ASP page to copy the data to a clupboard?
> >
> > Wayne
> >
> >[/color]
>
>[/color]