I want to change the param of link dynamically.
For e.g.
- Link1
- Link2
- Link3
by default their url is ?item=text i.e. for link1(href="?item=link1") etc.. but when i click link1 the url of link2 and link3 should be link2(?item=link2&item=link1) link3(?item=link3&item=link1)
any idea how to acheive this?
Thanks,