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

Change window size when clicking link?

Guest
Aug 06, 2007 Aug 06, 2007

Copy link to clipboard

Copied

I recently converted a WinHelp project in RH5 that used secondary windows and I'm trying to stick with one window in HTMLHelp (and still learning a bit).

In some parts of our app, pressing F1 opens a small window (not a popup) with a short description of a feature. There's a link at the bottom of the topic that will open a longer overview description. When clicking the link, I'd like to use the same window, but resize (make it wider) it to accomodate the bigger topic. In other words, I want the window to be narrow initially (so I don't cover the app) but change size when the link is clicked, so I can show the longer text without scrolling multiple pages.

Do you folks do anything like this?

Thanks in advance for any help,
- Tom

Views

233

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 ,
Aug 07, 2007 Aug 07, 2007

Copy link to clipboard

Copied

LATEST
Tom -

You could always use the ResizeTo function in your larger topic, something like this:

<body onLoad="window.resizeTo(400, 500);">

Or, something like that....

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