I am using prototype 1.5

I have a very complex form with lots of data. For example 100 input
fields. Now i need to send these data to the server like it is a
normal form post. The server-side should think the data are sended
with method=post.

Here is a code sample (the real code is two long, so i wrote a code to
demonstrate my problem):


<form id=myInput method=post action=index.php>
<input .... > </form> <!-- many forms -->

<div id=myResult></div>

<script type=\"text/javascript\" language=\"javascript\">
new Ajax.Updater('myResult', 'index.php?action=recieve', { method:
post });
</script>


How do i add the form data to the updater?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to