Hi All,
I'm trying to do the following...
new Ajax.Updater( 'result', 'add.php', { method: 'post', parameters: $
('myform').serialize() } );
In place of "add.php" I want to pass a url of a third party site,
where my form elements will be submitted.
such as - "http://www.aweber.com/scripts/addlead.pl"
how do I pass this url to the Ajax.Updater??
Thanks & Regards,
Arnab
--
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.