Skip to main content
Known Participant
July 18, 2018
Answered

Retaining the position (row, col, the td of the tr in tbody) in a table and to return to it after having follow a link to another a page?

  • July 18, 2018
  • 2 replies
  • 359 views

The link is contained at this position (row, column). After having closed the page or document open trough this link, the cursor should be re-positioned at least in the row/col containing the link (not precisely on the link itself if it is preceded by a text, a small logo, or by anything else. If it is possible, what is the best way to do it?

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer BenPleysier

Adding to Nancy's reply, you could place a button on the linked page that, when clicked, will do the same as the browser's back button. The code is simple as per

<input type="button" value="Go Back From Whence You Came!" onclick="history.back(-1)" />

2 replies

Nancy OShea
Community Expert
Community Expert
July 18, 2018

I'm not sure I understand the problem.  Can you post a URL to what you mean?

My browser's back button (backspace key) returns me to the starting location -- last link clicked.  I make it a practice to avoid opening new windows / tabs unless itt takes users to an external URL that's not on my domain.  In such cases, closing the new window  / tab has no effect on the parent window  / tab.

Nancy O'Shea— Product User & Community Expert
BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
July 18, 2018

Adding to Nancy's reply, you could place a button on the linked page that, when clicked, will do the same as the browser's back button. The code is simple as per

<input type="button" value="Go Back From Whence You Came!" onclick="history.back(-1)" />

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!