Clicking Anchor link, it gets appended in URL. How to stop it?
Hi,
I'm using anchor links in page for some purpose within it. But when anchor link is clicked, it gets appended to URL in browser.
Suppose anchor link is #tab1, when it is clicked #tab1 gets added to URL (?wcmmode=disabled#tab1) which I don't want.
Is there any way I can stop this from happening?