Assign {Back} to shape in Web Page

J

John B

I have created a navigation bar (Back, Up, Home, Help) for a process diagram
that gets saved as a web page. How can I get the 'back' shape to emulate the
browser back button when clicked?
Thanks !
 
P

Paul Herber

I have created a navigation bar (Back, Up, Home, Help) for a process diagram
that gets saved as a web page. How can I get the 'back' shape to emulate the
browser back button when clicked?
Thanks !

You can set the hyperlink address to be
javascript: history.go(-1)

and set the link description to 'Back'.
 
J

John B

Brilliant.
javascript: history.go(-1) works perfectly
.... though the Link Description 'back' does not show up.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top