I have the following code:
<script type="text/javascript">
window.onload = function () {
window.scrollBy(0, 100);
}
</script>
The previous code attempts to scroll down after page loading.
Is there any problem, as it doesn't work for me?