Form post to multiple pages

T

TRB_NV

Assuming the following code actually worked, I'd like to take data entered
from one form and post it to two different locations. Hypothetically, I
have a server in NY and one in LA that I want to get the same information.

<form action="http://ny.server.com/test.asp"
action="http://la.server.com/test.asp" method="post">
Name:
<input type="text" name="request" /><br />
<input type="submit" value="Submit">

'''Contents of ny.server.com/test.asp
<%
response.write "Data saved on NY server"
%>

'''Contents of server2.com/test.asp
<%
response.write "Data saved on LA server"
%>
 
D

dlbjr

When the server receives the post from the form, do a MXLHTTP call to the other server to replicate
the call.

'from dlbjr

'Unambit from meager knowledge of inane others,engender uncharted sagacity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top