Copy link to clipboard
Copied
I am not sure if this is possible or not?
I am using a backlink as shown below
<li class="active-top-menu"><a HREF="javascript:javascript:history.go(-1)" class="dark-grey-panel">Back</a></li>
But is it possible to link it to
#search-target
So when you click the back button it goes to a certain part of the other page?
Any suggestions
Thanks
Tim
Use a link to the actual page URL and search ID.
<a href="some-page.html#search">Search Link</a>
History links are redundant because every browser already has that function built-in.
Copy link to clipboard
Copied
Use a link to the actual page URL and search ID.
<a href="some-page.html#search">Search Link</a>
History links are redundant because every browser already has that function built-in.