Skip to main content
June 10, 2010
Answered

RH7 Custom Toolbar Button Open Link in Same Window Whole Page

  • June 10, 2010
  • 1 reply
  • 677 views

Hello

I'm using Robohelp HTML 7 and I have inserted a custom button in the navigation toolbar which I want to link to a web page. I would like it to be in the same window, but using the whole page - as it is possible to do when inserting any regular hyperlink in a topic and selecting Display in frame: Whole Page option.

I've managed to create navigation toolbar buttons which open a link in a new window or in the same window using the parent frames. Is there a javascript which would enable me to open the link using the whole page?

Thank you for any help

This topic has been closed for replies.
Correct answer Willam van Weelden

Hi,

In the skin editor, open the properties of the button. Go the action tab and select 'JavaScript'. Add the following code in the 'OnClick' field: top.location.href='http://www.google.nl' (Amend URL to the address you want.)

Greet,

Willam

This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

1 reply

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
June 11, 2010

Hi,

In the skin editor, open the properties of the button. Go the action tab and select 'JavaScript'. Add the following code in the 'OnClick' field: top.location.href='http://www.google.nl' (Amend URL to the address you want.)

Greet,

Willam

This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

June 11, 2010

Thank you Willam! That's exactly what I was looking for.

Have a nice day!

Nathalie