Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3617444
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:37:31+00:00 2026-05-18T22:37:31+00:00

Is this possible? Very much in need of the window.scrollTo() function, but it seems

  • 0

Is this possible?

Very much in need of the window.scrollTo() function, but it seems that sites like Facebook and others have removed them (or at least removed the references).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T22:37:32+00:00Added an answer on May 18, 2026 at 10:37 pm

    They have not removed them. It does matter when you call them though.

    Since most content if FB is brought in the page by ajax, if you call the scroll before the content is fetched, there is nowhere to scroll..

    If you open firebug (or whatever javascript console you use) and issue a window.scrollTo(0,1000) while a page is displayed, it will scroll just fine. So it is there.

    So be more specific about what you are trying to do, so we can see if we can help.


    update after comment

    For orkut specifically: They have created a wrapper div of the whole content that is 100% width and height. So the window does not have any room to scroll, as all content is isnide the wrapped and the scroll happens there. So the window.scrollTo does nothing (it exists though).

    To actually scroll in there you need to find the container div which is the parent of the one with id gwtPanel and use its scrollTop property.

    var scrollingNode = document.getElementById('gwtPanel').parentNode;
    scrollingNode.scrollTop=500;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm very new to facebook and wanted to know if this is even possible
this may be a very simple question, but is it possible to force a
I know this is very evil, but is it possible to add an object
I very much like the simplicity of calling remote methods via Java's RMI, but
This is a very general question: I was wondering whether it is possible to
I apologise in advance if this question isn't very specific. Would it be possible
Is it possible that some javascript or jquery can handle this: I have an
my fellow developers! I hope very much that at least some of you will
First of all, thank you very much to all these that are trying to
This seems so tricky to me that I think I am overlooking something simple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.