Re: Back to previous page/section

V <[email protected]> Sat, 17 Dec 2022 01:04:18 -0800 (PST)
Newsgroups alt.comp.lang.javascript
Message-ID <[email protected]>
The answering may be little bit late.

You could have used scrolling to bookmark.



 

On Monday, December 22, 2008 at 3:47:15 AM UTC+2, Linda wrote:
> I have a long list of links (index of a book), I know that I can use
> <a href="javascript: history.go(-1)">Back</a> to go back to the
> previous page. However, I would also prefer to go back to the portion
> of the page that contained the link that I clicked. What would be the
> syntax for this?
> Thank you,
> Linda