Click to See Complete Forum and Search --> : Browser Back Load Page at same spot left from


mparker1113
01-21-2008, 08:49 PM
I have an existing site built with PHP, javascript, CSS. And my customer wants me to make it so that when a user clicks a link to leave the site, if they click the browser back button, they are returned to the same view of the page that they had when they left.

So, if the click a link 2/3rds down the page, and then click the back button from the new page, that 2/3rds down is where they return.

Is this going to be easy ? Does anyone have any ideas how to implement this solution?

skyrider01
01-22-2008, 01:35 AM
Have you done something special on the website?

If I test this on a site, and click on a link down the page, and then click the back button, it will take me to the same location as before, scrolled down to the correct location too, tried this in firefox and ie 7

mparker1113
01-22-2008, 07:13 AM
Yes, skyrider -- i think that is the issue. Thanks for the response. I will have to see how to undo what is making this occur.