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 8530799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:20:07+00:00 2026-06-11T09:20:07+00:00

I don’t know much about jQuery but I’ve been using the following javascript code

  • 0

I don’t know much about jQuery but I’ve been using the following javascript code to make a table keep the scroll bar location upon pageback:

<script type="text/javascript">
    window.onload = function () {
        var strCook = document.cookie;
        if (strCook.indexOf("!~") != 0) {
            var intS = strCook.indexOf("!~");
            var intE = strCook.indexOf("~!");
            var strPos = strCook.substring(intS + 2, intE);
            document.getElementById("grdWithScroll").scrollTop = strPos;
        }
    }
    function SetDivPosition() {
        var intY = document.getElementById("grdWithScroll").scrollTop;
        document.cookie = "yPos=!~" + intY + "~!";
    }
</script>

and

<div id="grdWithScroll" onscroll="SetDivPosition()">

It works great for a single div. But how could I extend this for use with a second div section?

  • 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-06-11T09:20:08+00:00Added an answer on June 11, 2026 at 9:20 am

    Found what I was looking for here:

    http://social.msdn.microsoft.com/Forums/nb-NO/jscript/thread/ad18ed20-8ae2-4c13-9a51-dcb0b1397349

    <script language="javascript" type="text/javascript">
    
    //This function sets the scroll position of div to cookie.
    function setScrollPos() {
        var div1Y = document.getElementById('div1').scrollTop;
        var div2Y = document.getElementById('div2').scrollTop;
        document.cookie = "div1Pos=!*" + div1Y + "*!" + 
        " div2Pos=|*" + div2Y + "*|";
    }
    
    ///Attaching a function on window.onload event.
    window.onload = function () {
        var strCook = document.cookie; if (strCook.indexOf("!~") != 0) {
            var intS = strCook.indexOf("!~");
            var intE = strCook.indexOf("~!"); 
            var strPos = strCook.substring(intS + 2, intE);
            document.body.scrollTop = strPos;
        }
    
        /// This condition will set scroll position of <div> 1.
        if (strCook.indexOf("iv1Pos=!*") != 0) {
            var intdS = strCook.indexOf("iv1Pos=!*");
    
            var intdE = strCook.indexOf("*!");
            var strdPos = strCook.substring(intdS + 9, intdE);
            document.getElementById('div1').scrollTop = strdPos;
        }
    
        /// This condition will set scroll position of <div> 2.
        if (strCook.indexOf("iv2Pos=!*") != 0) {
            var intdS = strCook.indexOf("iv2Pos=|*");
            var intdE = strCook.indexOf("*|");
            var strdPos2 = strCook.substring(intdS + 9, intdE);
            document.getElementById('div2').scrollTop = strdPos2;
        }
    }
    
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

don't know if the title describes anything about what I'm trying to say but
I don't know why, but this code worked for me a month ago... maybe
Don't know a whole lot about streams. Why does the first version work using
Don't know why this is happening, but after submitting a form via JS (using
Don't know much about encryption... Say I'm preparing a SAML request to submit to
don't know if this is possible.. I'm using sqlite3 schema: CREATE TABLE docs (id
Don't know if it matters, but the msg.d is about 300 rows long. I
don't know better title for this, but here's my code. I have class user
Don't know much about running a function on every item in an array, still
Don't know how to frase this but I found this code wich works as

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.