Forum Moderators: open

Message Too Old, No Replies

Forms submitting to multiple urls

         

chocorol

5:18 am on Feb 25, 2006 (gmt 0)

10+ Year Member



Hi Guys,

Is there any way to send the content of a form to multiple urls.

You know,

<form action='http://url.com/page.php'>

This sends the info to page.php so it can be processed, but what if I want to send the content of the form to 'http://url.com/page.php' and 'http://url.com/page2.php' with the same form. Is it posible?

Thanks in advance.

DrDoc

6:17 am on Feb 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just have page1 submit the data to page2 before returning data to user.

chocorol

8:38 pm on Feb 25, 2006 (gmt 0)

10+ Year Member



thanks, but is there any way to do this just with javascript? since it's impossible with just html cause html only allows one action in each form.

DrDoc

6:36 am on Feb 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not really, since submitting takes them away from the page. Well, you COULD submit to multiple pop-up windows, but that's just ugly.