Question
Integration problems
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.
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.
