Skip to main content
Known Participant
December 11, 2007
Question

Forward and Back Button Addtion

  • December 11, 2007
  • 1 reply
  • 357 views
I added an OnClick Forward and Back button to my WebHelp. Does anyone know if this creates a problem?

1. From Projects tab, Skins, right click the appropriate skin.
2. On the Toolbar tab, click + to add a custom button.
3. Enter Forward or Back as the button name.
4. Select a graphic, if desired.
5. Click the Action tab.
6. Click JavaScript.
7. In the OnClick text entry box, for forward, enter:
window.history.go(1)
or for back, enter:
window.history.go(-1)
8. Generate help.
9. The button should appear in the banner area. The button will move back and forward to files contained in history.
This topic has been closed for replies.

1 reply

RoboWizard
Inspiring
December 11, 2007
This is a duplicate post. Please direct any responses to this thread