I am loading url through anchor tag as -
<a id="A3" target="_blank" href ="www.externalurl.com"></a>
When it will get loaded on another page , I want to show it as different url name in address bar-
www.myurl.com
How I could achieve this through javascript?
Or is there any way for this in dotnet?