i have a page that refreshes ever 5 seconds and there is a scroll bar on and everytime it refreshes it goes to the top of the page i need it to show the bottom of the page as new text is added to the bottom
Printable View
i have a page that refreshes ever 5 seconds and there is a scroll bar on and everytime it refreshes it goes to the top of the page i need it to show the bottom of the page as new text is added to the bottom
Give it an onload handler that scrolls to the very bottom.
could ya please give me an example of the onload code