how do why make scroll bar at the bottom every time when loading pages. tell me immediately
This is javascript not working. please help me
#student_name{
height:315px;
}
<div id = "student_name">abc<br>abc<br>abc<br>abc<br>abc<br>abc<br>abc<br>abc<br>abc<br></div>
var objDiv = document.getElementById("student_name");
objDiv.scrollTop = objDiv.scrollHeight;