clicking a link scrolls the element to the bottom of the window html js code example
Example: automatically scroll to bottom of page
window.scrollTo(0,document.body.scrollHeight);
window.scrollTo(0,document.body.scrollHeight);