auto got bottom

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
deathy
Forum Newbie
Posts: 7
Joined: Tue Jun 03, 2003 2:51 pm

auto got bottom

Post by deathy »

how can i make a page automaticaly goto the bottom ?

Deathy
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

javascript:
window.scrollTo(0,10000) or something.
Post Reply