Submitting a form to multiple pages
Hi!
I was wondering if it is possible to submit a form to more than one page residing on different servers? I was trying to get a form filled in one location, and have the values passed to different pages on different web addresses. Something like this:
<form action="http://www.abc.com/formprocess.asp", "http://www.xyz.com/formprocess.asp" method="post" >
Appreciate sharing any ideas.
Nirav
|