Javascript to automatically scroll down to bottom of the page

 


<script type="application/javascript">
window.scrollTo(0,document.body.scrollHeight);
</script>

Comments

Popular posts from this blog

How to fix – DBeaver Native client is not specified for connection ?