The parameters are passed but only the first one because you either have to
serialize the data or build your own serialized string.

If you want just a few fields and your form contains many more than that
you can build your own like this:

parameters: 'name='+escape($F('idName')) +'&price='+escape($F('idPrice')),

Otherwise use:

parameters: $('myform').serialize(),


On Thu, Feb 14, 2013 at 12:56 PM, mike <fantaz...@gmail.com> wrote:

> You use something like Firebug or Chrome Developer Tools. See whether the
> parameters passed?
> Also in you javascript code is missing a comma after parameters line.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> prototype-scriptaculous+**unsubscr...@googlegroups.com<prototype-scriptaculous%2bunsubscr...@googlegroups.com>
> .
> To post to this group, send email to prototype-scriptaculous@**
> googlegroups.com <prototype-scriptaculous@googlegroups.com>.
> Visit this group at http://groups.google.com/**
> group/prototype-scriptaculous?**hl=en<http://groups.google.com/group/prototype-scriptaculous?hl=en>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to