0

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?

C Sharper
  • 8,284
  • 26
  • 88
  • 151
  • 2
    You can't do that, it's a horrible security risk to allow it. – DavidG Sep 09 '20 at 11:27
  • This is a similar question and might be of help applying to the newly loaded page: https://stackoverflow.com/questions/824349/how-do-i-modify-the-url-without-reloading-the-page/3354511#3354511 – Victoria Sep 09 '20 at 13:32

0 Answers0