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

RoboHelp HTML

New Here ,
Jul 13, 2006 Jul 13, 2006

Copy link to clipboard

Copied

When user presses F1 for help, I would like the screen to be maximized. How do I make this the default?

Views

192

Translate

Translate

Report

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
Contributor ,
Jul 13, 2006 Jul 13, 2006

Copy link to clipboard

Copied

LATEST
rylee -

that should be easy enough - just add this to your default page:

<script language="JavaScript">
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
</script>

I would suggest you rethink your plan, though. A lot of folks have large, high-res monitors; do you really want your help system to be 1600 by 1200 ? This can be really annoying to users who don't like their screen taken over.

Instead, I would test for the users' screen size, and go fullscreen if necessary, otherwise use an appropriate size for your help system for users of larger monitors.

Votes

Translate

Translate

Report

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