Enabling a PDF to Launch in a New Window

1.0

2009-12-16

Initial version

To enable a PDF to launch in a new window

  1. If you have not already done so, create a copy of the controls.js file in the scripts override directory:
    wwhelp\wwhimpl\common\script
  2. Open the override version of controls.js with a text editor.
  3. Locate the following line:
    WWHFrame.WWHHelp.fSetLocation("WWHDocumentFrame", VarPDFURL);
  4. Overwrite the line with the following:
    window.open(VarPDFURL, "WWHelp_PDf_Window");
  5. Save and close the file, then regenerate your help.

Launching a PDF in a New Window (last edited 2009-12-30 20:53:44 by BenAllums)