Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hiding Parts of the Browser

New Here ,
Apr 15, 2008 Apr 15, 2008
I've generated my Help file in FlashHelp Pro (using RH 6). It looks great, but I'd like to hide a few things from the top of the browser (i.e., URL, refresh, stop, live search, any extra tool bars, etc.). Is there a way to do this? If so, how?

Thanks in advance for any help you can offer.
343
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 16, 2008 Apr 16, 2008
Use a JavaScript window.open to open the window without these features.
menubar=no,toolbar=no,status=no, etc...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2008 Apr 16, 2008
Where do you configure these settings?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 16, 2008 Apr 16, 2008
LATEST
For non-context-sensitive help, the settings have to be specified in the page that is calling the help, such as:

<a href="javascript:;" onClick="window.open("path/to/startpage.htm","menubar=no,toolbar=no,status=no")>Help</a>

If you're using context sensitivity, you can specify a window in the Project Setup pod (RH7). Several checkboxes in the window dialog let you specify which browser elements you want to be included. Then specify that window in the RH_ShowHelp function.

Hope this helps,

Ben
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp