11
810
function sendRequest() { new Ajax.Request("test.php", { method: 'post', postBody: 'name='+ $F('name'), onComplete: showResponse }); }
postBody: 'boy='+ $F('form')+'&kilo='+$F('form1')+'&yas='+$F('form2'),