O.P. better solution for window.scrollTo(x,y), onload is too slow.
Currently im using:
<body onload='window.scrollTo(6,112)'>
but onload only activates when the whole page is loaded which might take a long time since the page has a lot of content.
how do i make the window.scrollto happen as soon as that part of the code is loaded?
|