Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Back link to link to #search-target on that page?

Explorer ,
Jun 16, 2019 Jun 16, 2019

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

413
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 16, 2019 Jun 16, 2019

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.

Translate
Community Expert ,
Jun 16, 2019 Jun 16, 2019
LATEST

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.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines