I have a html text box with scroll. Is it possible to get the box to scroll to a certain point on loading ?
You can use scrollTop
document.getElementById('your_div_id').scrollTop = 50;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With