• I have PDB successfully working with a search to produce a list of results, from which a single record can be selected and displayed.

    I would like a tidy, reliable method of going back from the single page to the list of results on the previous page.

    How to?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    A browser back button should do it. There are several ways to make one, for example:

    <a href="javascript:javascript:history.go(-1)">Back to your search results</a>

    A web search will turn up several alternatives.

Viewing 1 replies (of 1 total)
  • The topic ‘Back to List’ is closed to new replies.