Hi Can anyone tell me how to get the height of the document using Prototype (and Scriptaculous)? I can''t it figure out. By document height, I mean the full height not just what''s currently visible because of the monitor''s size restrictions. Thanks voidstate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Can anyone tell me how to get the height of the document using Prototype (and Scriptaculous)? I can''t it figure out. By document height, I mean the full height not just what''s currently visible because of the monitor''s size restrictions. Thanks voidstate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
$(document.body).getHeight() should work Best, -Nicolas On 9/15/07, Ferg <ferg-ooYiaXSp/yJl57MIdRCFDg@public.gmane.org> wrote:> > Hi > > Can anyone tell me how to get the height of the document using > Prototype (and Scriptaculous)? I can''t it figure out. > > By document height, I mean the full height not just what''s currently > visible because of the monitor''s size restrictions. > > Thanks > > voidstate > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks On Sep 15, 8:50 pm, "Nicolás Sanguinetti" <godf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> $(document.body).getHeight() should work > > Best, > -Nicolas > > On 9/15/07, Ferg <f...-ooYiaXSp/yJl57MIdRCFDg@public.gmane.org> wrote: > > > > > Hi > > > Can anyone tell me how to get the height of the document using > > Prototype (and Scriptaculous)? I can''t it figure out. > > > By document height, I mean the full height not just what''s currently > > visible because of the monitor''s size restrictions. > > > Thanks > > > voidstate--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---