[jQuery] Re: Sumbit Twice a form

2008-07-07 Thread Mahbub
There's actually no way of submitting a form twice in two action urls in normal browser's capability. What you can do is that serialize all your variables into string using serialize() and use AJAX to submit into two locations one after another. like this form action= id=pform onsubmit=return

[jQuery] Re: Sumbit Twice a form

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 9:02 AM, Mahbub [EMAIL PROTECTED] wrote: There's actually no way of submitting a form twice in two action urls in normal browser's capability. What you can do is that serialize all your variables into string using serialize() and use AJAX to submit into two locations

[jQuery] Re: Sumbit Twice a form

2008-07-04 Thread David Morton
I'd script the database host to send the data on to the second site, myself... On Fri, Jul 4, 2008 at 6:18 PM, xomero [EMAIL PROTECTED] wrote: How can i submit a form twice, let say I want to save the form data on my database and with the send the same form data to a different script in an