HTML question

Discussion in 'HTML & Website Design' started by carlg, Mar 23, 2008.

  1. #1
    How do I save a user's position on a page?

    I have a page that has a ton of links. All of the links point to the current page that the user is on (same page different query string for each link).

    Let's say the user scrolled to the bottom of the page.
    How do I set it up to save this position so when the user clicks a link they are in the same position (towards the bottom of the page)?
     
    carlg, Mar 23, 2008 IP
  2. Tom12361

    Tom12361 Active Member

    Messages:
    442
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Use this: overflow:scroll; :)
     
    Tom12361, Mar 23, 2008 IP