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