|
Home > Archive > IIS ASP > May 2004 > Post Data Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Post Data Question
|
|
|
| in server1, page1.asp, it has <form action="http://server2/page2.asp" method ="post">
so when we click submit button, it will post the form data to server2 server, not
server1 server? and then open page2.asp?
| |
| Curt_C [MVP] 2004-05-30, 11:54 am |
| yes
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Matt" <anonymous@discussions.microsoft.com> wrote in message
news:00137846-9C42-454D-8CDB-DEE2CAA550CF@microsoft.com...
> in server1, page1.asp, it has <form action="http://server2/page2.asp"
method ="post">
> so when we click submit button, it will post the form data to server2
server, not
> server1 server? and then open page2.asp?
|
|
|
|
|