How do I refresh the page using Javascript without the page returning to the top.
My page refreshes using a timer but the problem is it goes back to the top every ti
You can do it using a cookie based method:
or you can do it with a form method:
Just depends on your application's requirements and restrictions.