-2
I have a php script 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 keyboard fin button all the time until the script is finished.
I have found that it is possible to scroll automatically 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?
Why are the downvotes?
– Zumo de Vidrio
You really need to use javascript, because it will run in the browser and not on the server (php). (I did not downvote)
– Miguel