Scrollbar at bottom on refresh...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Goofan
Forum Contributor
Posts: 305
Joined: Wed Nov 04, 2009 2:11 pm
Location: Sweden

Scrollbar at bottom on refresh...

Post by Goofan »

Hi,

I have developed a simple foto gallary and im loading it into an iframe "becouse of"...
well my problem is that when i press the link to get to my foto gallary (refreshing the current page and inputs the gallary into the content place) it only displays about 1/5th of the entire foto gallary becouse its placed at the bottom... How can i make the scrollbar (on refresh or onclick) to go directly to the bottom of the page. only needs to do this once as after the user decides.

//Thomas

Link to see what i mean (goto link Fotogalleri)
Drang.se/Arctic/Php/Index.php
sagee
Forum Newbie
Posts: 3
Joined: Sat Apr 12, 2008 12:11 pm

Re: Scrollbar at bottom on refresh...

Post by sagee »

If i understand what you want, you should use jQuery to move focus on an elelment on the bottom
Post Reply