[thelist] [thelist]Can you submit to two different pages from a form?

Wade Armstrong wade_lists at runstrong.com
Fri Jul 26 15:43:00 CDT 2002


on 7/26/02 1:19 PM, Janet Nabring-Stager at jnabring at yahoo.com wrote:

> Hi all-
> We are using Vertical Response (an online ASP) to track and database
> opt-ins to our online newsletter.  The sign-up form must submit to a
> URL on the Vertical Response website.  The trouble is, in some cases,
> the user will also be querying our research center when they sign up
> for the newsletter.  These messages need to go directly to the
> research center in e-mail format AND to the Vertical Response online
> system.
> I was trying to see if there was a way to submit to two different
> pages from the same form?

Since you mention CDONTS, I assume you're in an IIS/ASP environment.

You might then want to look into MSXML, which can allow you to submit a form
to multiple pages:
http://www.4guysfromrolla.com/webtech/110100-1.2.shtml
In the form processing page, you can use MSXML to execute multiple POSTs.

Wade




More information about the thelist mailing list