Re: back up for hyperlinks?
- To: mathgroup at smc.vnet.net
- Subject: [mg21117] Re: back up for hyperlinks?
- From: "P.J. Hinton" <paulh at wolfram.com>
- Date: Fri, 17 Dec 1999 01:21:15 -0500 (EST)
- Organization: "Wolfram Research, Inc."
- References: <831tur$fml@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On 12 Dec 1999 hanssen at zeiss.de wrote: > since Mathematica 3.x, we have this nice hyperlink feature in the > notebook frontend. I frequently use it, to make links from one place > to another. What I am missing, is the ability to "back up", i.e. go > back, to where I came from before following a hyperlink. Probably it > is already there, but how to set up a menu item (preferably on the > menu bar) for "back up hyperlink"? You can create a backup hyperlink like so: ButtonBox[ "Go Back", ButtonStyle -> "Hyperlink", ButtonFunction :> FrontEndExecute[{FrontEndToken["HyperlinkGoBack"]}] ] // DisplayForm -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. Disclaimer: Opinions expressed herein are those of the author alone.