My question is not this question.
I have an anchor tag that opens a new page, which has the same HTML as my current page.
<a class="custom class" href="${fn:escapeXml(Url)}">
It opens the new page at scrolls to the top. I want the new page to scroll to same position.
Failed approaches:
target="_self"href="javascript:void(0);" because I have a valid URL for next page.