Oh I'm sorry that was probably wrong advice :)

Forget about it.

I just realized, that you're sending a http query, which looks like:

name=value&name1=value1&...


So it's pretty simple:

query = "name="+...+"&name1="+...

On 31.12.2008, at 12:50, Zhao Yi wrote:

>
> zero0x wrote:
>> I suppose you're using prototype, so you just need to get the value  
>> of
>> the select box.
>>
>> $("id-of-the-element").getValue()
>>
>>
>>
>> On 28. Dec., 15:04 h., Zhao Yi <rails-mailing-l...@andreas-s.net>
>
> How can I send more than one parameters?
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >

Vojtech Rinik: Web Developer
vojt...@infinite.sk | +421 670899


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to