On Nov 5, 11:03 am, "Alex Mcauley" <[EMAIL PROTECTED]>
wrote:
> with 2 requests
OK -Thanks.
Cheers
Geoff
>
>
>
> ----- Original Message -----
> From: "geoffcox" <[EMAIL PROTECTED]>
> To: "Prototype & script.aculo.us" <[email protected]>
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---