Hi folks,
Does somebody know how to reload a page without moving to the top of the
page ?
I have tried the two following commands :
1) window.location =document.locat ion;
2) location.reload ();
but, each time, the scrollbar is moved to the top of the page.
Thanks a lot for your help
M@rtin
Does somebody know how to reload a page without moving to the top of the
page ?
I have tried the two following commands :
1) window.location =document.locat ion;
2) location.reload ();
but, each time, the scrollbar is moved to the top of the page.
Thanks a lot for your help
M@rtin
Comment