Skip to main content
Known Participant
October 14, 2009
Question

Linking to a specific topic in the project - RH7

  • October 14, 2009
  • 2 replies
  • 939 views

Hi, I've been playing with this problem for a few days, and can't find an answer.

I have a project that consists of a number of topics. I publish in WebPro. I want to be able to link, from the outside, to a specific topic, and display the TOC open to that particular topic.

I have all the pieces in place except the TOC.  The topic always opens with the TOC hidden, and I have to click the 'Show' link to open it.  Is there a setting I'm missing?

Thanks for any help...

Marion

This topic has been closed for replies.

2 replies

Willam van Weelden
Inspiring
October 14, 2009

Hi,

If you call the file from your application, your developers will have to change their call. See http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm

If you call the page from another webpage, you can use ID-numbers, Topic-id's or filenames. You can find some more information on the page referenced above. You can however also use the following links:

For a filename: http:///.htm#/.htm, say you want to open one.htm and your start page is called first_page.htm, the url would be: http://www.mywebsite.com/first_page.htm#one.htm If you use MAP-id's, the simplest url is as follows: 'url''yourstartpage'.htm#>java=true>>wnd='window name' (without quotes). http://www.mywebsite.com/first_page.htm#>java=true>>]]>wnd=NewWindow - Note that this kind of URL will only work for Internet Explorer!

Greet,

Willam

Known Participant
October 14, 2009

Thanks, Willam - this is a huge help!

Marion

Message was edited by: Captiv8r - Corrected spelling of Willam's name.

RoboColum_n_
Legend
October 14, 2009

Hi Marion.

What exactly are you linking from? An application? A HTML page?


Read the RoboColum(n) for a tips,  tricks and musings on the Technical Communication Suite products.

Known Participant
October 14, 2009

Hi Colum,

I'm linking from a little application that has been designed for us. For the most part, we are setting up the links, but the client also has the option to set up their own, so we don't want to complicate that end.

Marion