Hi All,

I'm trying to work out the best way to implement a page with various
sections.

One section reports statistics about players in a team, the user selects
from a row of player icons, and underneath this, a set of graphs are
displayed.

One way I thought of doing this was to have the 'graph view' as an
iframe, and when the user clicks on the player icon, a new url is loaded
in the iframe eg root/graphs_controller/graph_for_player/13.

I already have an iFrame for a google maps view also on the page.

Are there any considerations when using iframes? Can they slow the
loading time?

Another way to do this would be to use Ajax to reload a partial view on
the page.

Would this be quicker / slower?

Any experience / advice on the matter would be appreciated!

-- 
Posted via http://www.ruby-forum.com/.

-- 
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.

Reply via email to