I have a script in php that returns a lot of data on the screen, but the scroll always gets to the beginning of it so I have to press the end button on the keyboard all the time until the script finishes.
I have found that it is possible to do automatic scrolling with Javascript codes, but I do not want to use javascript in my code.
Is it possible to do this only with php and html?