with 2 requests
----- Original Message ----- 
From: "geoffcox" <[EMAIL PROTECTED]>
To: "Prototype & script.aculo.us" <prototype-scriptaculous@googlegroups.com>
Sent: Wednesday, November 05, 2008 10:16 AM
Subject: [Proto-Scripty] can I run 2 scripts?


>
> Hello
>
> I have the following code which works fine and runs the php script to
> send data to a mysql database.
>
>   new Ajax.Updater(
>        'updateDiv',
>        'sendSpaResults.php',
>        {
>            asynchronous:true,
>            method:'post',
>            parameters: params
>        }
>    );
>
> How can I also run formmail.cgi to send the data via email? The code
> below is wrong.
>
>   new Ajax.Updater(
>        'updateDiv',
>        'sendSpaResults.php',
>        '../formmail/formmail.cgi',
>        {
>            asynchronous:true,
>            method:'post',
>            parameters: params
>        }
>    );
>
> Cheers
>
> Geoff
> >
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to