On May 14, 11:33 am, Frederick Cheung <[email protected]> wrote:
> make an http request to your app (either an ajax request or a more > traditional form submission) > > Fred Thanks for the idea. I did something like this, but the page keeps reloading over and over: <script type="text/javascript"> temp = "wechangedit"; window.location.href = "http://localhost:3000/home/abc? keyword="+temp; </script> <%= params[:keyword] %> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

