Jim Walsh
2009-10-02 20:05:02 UTC
I am developing HTML Help for my C++/MFC application. I am using the
Microsoft Help Workshop version 1.3, I think: About HTML Help Workshop says
4.74.8702.0.
In any case, I have the help working, but with one problem, that only occurs
in Windows 7.
I have created a bookmark with an OnClick event to call FP_openNewWindow()
to pop up a new window to display another page (Fig1.htm) that contains an
image. I want the window to pop up without any menus, toolbars, status bars,
etc, and of a size just large enough to contain the page. Here is the code
that I am using:
<a style="cursor:pointer" onclick="FP_openNewWindow('825', '350', false,
false, false, false, false, true, 'ContextTopic', /*href*/'Fig1.htm');"
id="id2"> Figure 1</a>
This works fine in WinXP. However, when the Window pops up in Win7, it comes
up as a full-blown IE window, about 3/4 the size of the screen with all the
"bars": menu, location, toolbar, status bar, etc.
Anyone know how to get this to work in Win7?
Is there another forum in which I should be posting this question?
Thanks,
Jim
Microsoft Help Workshop version 1.3, I think: About HTML Help Workshop says
4.74.8702.0.
In any case, I have the help working, but with one problem, that only occurs
in Windows 7.
I have created a bookmark with an OnClick event to call FP_openNewWindow()
to pop up a new window to display another page (Fig1.htm) that contains an
image. I want the window to pop up without any menus, toolbars, status bars,
etc, and of a size just large enough to contain the page. Here is the code
that I am using:
<a style="cursor:pointer" onclick="FP_openNewWindow('825', '350', false,
false, false, false, false, true, 'ContextTopic', /*href*/'Fig1.htm');"
id="id2"> Figure 1</a>
This works fine in WinXP. However, when the Window pops up in Win7, it comes
up as a full-blown IE window, about 3/4 the size of the screen with all the
"bars": menu, location, toolbar, status bar, etc.
Anyone know how to get this to work in Win7?
Is there another forum in which I should be posting this question?
Thanks,
Jim