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 locat
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
function submit_my_form(){
$.aja
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
3 matches
Mail list logo