how to scroll bottom of the form when onclick on html text using javascript code example
Example: automatically scroll to bottom of page
window.scrollTo(0,document.body.scrollHeight);
window.scrollTo(0,document.body.scrollHeight);