Re: back up for hyperlinks?
- To: mathgroup at smc.vnet.net
- Subject: [mg21118] Re: back up for hyperlinks?
- From: "P.J. Hinton" <paulh at wolfram.com>
- Date: Fri, 17 Dec 1999 01:21:16 -0500 (EST)
- Organization: "Wolfram Research, Inc."
- References: <831tur$fml@smc.vnet.net> <Pine.LNX.4.10.9912130910350.30934-100000@wabash.wolfram.com>
- Sender: owner-wri-mathgroup at wolfram.com
On Mon, 13 Dec 1999, P.J. Hinton wrote: > 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 I forgot to add that the equivalent item on the menu already exists. Find -> Go Back -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. Disclaimer: Opinions expressed herein are those of the author alone.