I want to make an IFRAME or some kind of AJax app that will pan an external page. Also allow for zooming. Can this be done in Ruby on Rails? -- Posted via http://www.ruby-forum.com/.
Dustin wrote:> I want to make an IFRAME or some kind of AJax app that will pan an > external page. Also allow for zooming. > > Can this be done in Ruby on Rails?Yes it can be done in rails, but rails offers no prefabricated helpers for this. This is really an AJAX/javascript question rather than a rails question. -- Posted via http://www.ruby-forum.com/.