PDA

View Full Version : scrolling the browser


angelochen960
10-09-2007, 12:20 PM
Hi,

Is there a way to scroll the page to the end in javascript? in ajax I append a html to the body and I'd like to show what have just appended, currently user has to scroll it manually. thanks.
A.C.

<h1>
10-09-2007, 12:59 PM
take a quick google at:
scroll()
scrollBy()
perhaps that will point you in the right direction?