How can we change scroll focus from bottom to TOP of webpage when redirected
In our application we are calling another microsite from another microsite. Link to second microsite is at the bottom of page . We we click on that link, second microsite open with scroll bar at bottom. We want it to be on top at load. I tried calling script window.scrollTo(0,0) on href of microsite. But somehow it is not working. Can anyone suggest me any possible solution