Skip to main content
Participant
July 9, 2007
Question

Integration problems

  • July 9, 2007
  • 1 reply
  • 257 views
OK, I have two Webhelp projects integrated into a browser web application. Both use a frame setup, and I would like both to open with the TOC frame. One project does, one does not. I know both files are being called in the same manner:

if (menuBarText == 'PAM')

RH_ShowHelp(0, "WebHelp/PAM/PAM_Help_File.htm>Main", HH_HELP_CONTEXT, mapid);

else if (menuBarText == 'GPT')

RH_ShowHelp(0, "WebHelp/GPT/GPS_Online_Help.htm>Main", HH_HELP_CONTEXT, mapid);

Yet, the PAM webhelp opens with a TOC page, and the GPT webhelp does not. Any idea as to why this may be happening? Thanks.
    This topic has been closed for replies.

    1 reply

    Inspiring
    July 9, 2007
    Previous postings in this forum suggest possible causes:

    WebHelp/GPT/GPS_Online_Help.htm>Main
    GPT and GPS are different.

    GPS/GPT may have been generated with no TOC. Check the output setup.

    Harvey