Hi,

I'm currently using the prototype.js script with the below code.

 function ajaxSubmitForm(form, url, id) {
   var params = Form.serialize($(form));
   new Ajax.Updater(id, url, {asynchronous:true, parameters:params});
 }

my wish is that I want to use it as.

 function ajaxSubmitFormAsSoap(form, url, id) {
   ...
 }

the idea is the same, the script must build a SOAP request based on
the fields found in the "form" and send it as SOAP to "url" and then
update "id" with the response.

Kind Regards, Herbert

--
Doe mee met de W2K6.nl pool.
Gratis deelname, 4 MP3 spelers van 4 GB te winnen.
http://w2k6.nl/?page=pool
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to