Hi guys, just wanted to ask, on the onset of our page, we generate several div''s. What we noticed on an intermittent connection is that several divs don''t get to generate all the div''s sometimes so we had to reload our page. Would you have any technique on how we can do this? thanks bing -- Posted via http://www.ruby-forum.com/.
"...that several divs don''t get to generate all the div''s sometimes..." huh? can you be a little more specific? On 5/19/06, Bing <sombreroisland@gmail.com> wrote:> > Hi guys, > > just wanted to ask, on the onset of our page, we generate several div''s. > What we noticed on an intermittent connection is that several divs don''t > get to generate all the div''s sometimes so we had to reload our page. > > Would you have any technique on how we can do this? > > thanks > > bing > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060519/71e284f3/attachment.html
Chris Hall wrote:> "...that several divs don''t get to generate all the div''s sometimes..." > > huh? > > can you be a little more specific?Oops, I''m sorry. I was saying that when we load a page after a login, I need to load around 8 divs. what happens is that when the page gets loaded and we check the source we see that not all of the divs are created. Sometimes it''s only 6 out of the 8 divs sometimes 5 some times all 8 load properly. Again, the reason why I think this is the case is bec of intermittent internet connection. So what I do is that I need to refresh my page again just to ensure that all 8 appear. Is there a way to check that all divs are generated upon page load and if they don''t load, I want it to automatically refresh. This just happens once. When the page is already completely loaded, I don''t need this function anymore. thanks, Bing -- Posted via http://www.ruby-forum.com/.