As Sam noted, JavaScript would probably be good for this.  How is this
list of e-mail addresses presented though? Are they in a text-area?  Is it
in
a named table?

If so, you can reference the first window by using window.opener, and
then you can drill down to the form and field you want to target with
the new value.

Give us more specifics if you're stumped and we could probably give
you most of the working code.

Chris Tifer
http://www.emailajoke.com



----- Original Message -----
From: "Steve Abaffy" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 9:52 AM
Subject: Send Info from one window to another


> Hello,
>
> I a page that has a textarea in a form. I then have a button that will
open
> up an order form in a separate window, which will take credit card info
and
> then process this information, if all goes well the funds will be
collected
> and then there will be a call to the database to get a list of email
> address. I would like to take this list of email address and paste them
into
> the textarea of the first window.
>
> Can this be done, and if so any pointers???
> Thanks.
>
>
>
> ---
> You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%
>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to