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 [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
-~----------~----~----~----~------~----~------~--~---