In my site I use the GET method in Ajax.Request. The problem is that I
make an encodeURIComponent in my personal JavaScript and call other
personal method called "f_ajax" that implement the Ajax.Request. Then
happens 2 encodeURIComponent with my params. Why the GET method make
the encode? Could have an option in Ajax.Request to disable the
encodeURIComponent in prototype (toQueryPair and toQueryString, today
I remove encodeURIComponent in both methods). Can I use another option
to resolve my problem? Regards!

http://imera.com.br/js/prototype_1_6_0.js
--~--~---------~--~----~------------~-------~--~----~
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