I have a link on which I'm redirecting to my site...the thing is that I want to set localStorage value while directing to my site. How is it possible?
I tried doing following:
<a href="new-link"
data-fajax="false"
onClick="localStorage.setItem('key','value')"
data-transition="slidefade">Testing</a>
But failed. I want to set the key value pair in target link but it sets on the page where this link is