I want Change Other tag href url my code is
<a onclick=" change url with ( 'https://google.com') " > simple1 </a>
<a onclick=" change url with ( 'https://yahoo.com') " > simple2 </a>
<a onclick=" change url with ( 'https://msn.com') " > simple3 </a>
i want change this link
<a href="(( here must change ))" > changed url </a>
3
Answers
Use some basic javascript to do this:
If I understand you correctly:
Use JS to do this.