On Jun 15, 6:45 pm, naevity <[email protected]> wrote: > > I was looking at how I could do this using Javascript on the clients, > and Rails on the server. Would the Rails ActiceWebService work? The > client side is html/javascript ONLY, that's stuck in stone, but I'm > not worried about that, clientside I can do everything I need, it's > just the sending of the data to the rails server that I'm perplexed > about.
Actionwebservice is for soap requests - not what you want here! Your client side Javascript can make http requests - read up on ajax. Fred --~--~---------~--~----~------------~-------~--~----~ 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 [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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

