Skip to main content
Participant
May 10, 2012
Question

Custom ToolBar Item and ClickOn javascript - Robohelp 9

  • May 10, 2012
  • 2 replies
  • 866 views

I am using Robohelp 9, and I want my custom "home" button (aligned at the top with contents, search, index...) to go to a new webpage when clicked (outside of the robohelp frame).   On the Actions Tab (where we edit javascript for custom toolbar item) could you provide the javascript for OnClick:   and the code for Inline Javascript.  Thank you!

This topic has been closed for replies.

2 replies

Captiv8r
Legend
May 11, 2012

Hi there

In addition to what Willam offered, I've documented this as well as a host of other tweaks in my free Skinny on Skins file.

Click here to visit the download page

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

jcursi777Author
Participant
May 27, 2012

Thank you, Rick!  This worked perfectly. 

Julie

Willam van Weelden
Inspiring
May 11, 2012

Hi,

For the OnClick: window.open('http://example.com');

That should be enough to get what you want. For more info, see http://www.w3schools.com/jsref/met_win_open.asp