Skip to main content
November 1, 2007
Question

Home Button

  • November 1, 2007
  • 5 replies
  • 570 views
Hello. I'm attempting to use a Home button in my Webhelp that will return the user to the Default help page. I'm using the same html code that I found in another help system (whose Home button DOES work):

<input TYPE=submit
VALUE=Home
onClick="window.location.href(&quot;introduction.htm&quot;)"


However, when I click the Home button in my help system, it displays a blank page within the existing page. Essentially, I'm seeing 2 blank pages (one "Powered by RoboHelp" message under another). What could I be doing wrong?

Thanks!
Mary Beth
This topic is closed to new replies. Start a new post to keep the conversation going.

5 replies

November 1, 2007
Woohoo! I just created another button and tried it and it worked...go figure! Must be some leftover Halloween spooks in my system.

Thanks, Harvey.

MB
November 1, 2007
Harvey, I can't use the regular RH link from the button because when I highlight the button, the Hyperlink icon isn't lit.
Inspiring
November 1, 2007
Mary Beth,

A followup:

You might get the topic inside a WebHelp frame inside a WebHelp frame. If that happens, please post back.

Another thought: You can do it more easily by using a regular RH link from the button to the introduction. Just don't select "Open in a New Window."

Harvey


Inspiring
November 1, 2007
If your &quot; is like that in your code, try substituting a single quote like this:

onClick="window.location.href('introduction.htm')"

Hope this helps

In case none else has said this to you, Welcome to the forums.

Harvey
November 1, 2007
Harvey, thanks for the suggestion....it gives me the same thing though.

MB