Hi David, On Mon, 2009-03-02 at 17:03 -0800, David wrote: > Is it possible to create a new browser window popup with an ajax > call? I want to open a new window and then trigger window.print() > like google docs and maps.
If I understand what you're trying to do, you should be able to use link_to_remote to open a new window and populate it as you please with RJS. If you're new to RJS, grab Cody Fauser's .pdf off O'Reilly. HTH, Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

