Sory Bruce,
I use links like:
<a href="./help/html/MyHelpPage.html" target="PopupWindow" alt="'&p_web.Translate('Click here for help')&'">'&p_web.Translate('Help')&'</a>
I´ve tryed too with:
<a href="javascript:var win=open('''&'./help/html/MyHelpPage.html'&''',''HelpPage'',''width=450,height=400,status=0,resizable=0,maximized=0,scrollbars=1'');">Help</a>
To Open the help page in another explorer instance. Then if you click on the original explorer instance, the help explorer instance gets iconized. Now if you click again the help link the iconized help explorer instance does not goes to top. It is working ok, because if you click in another help link the new help page displays in the iconized explorer instance help window but always iconized.
Thanks
Alberto