Note: Beginning with Acrobat 8.1, File and JavaScript URLs can be executed only when operating in a privileged context, such as during a batch or console event. File and JavaScript URLs begin with the scheme names javascript or file.
(optional) If true, this method launches the URL in a new window of the browser application. The default is false.The value undefined is returned on success. An exception is thrown on failure.app.launchURL("http://www.example.com/", true);Add an online help item to the menu system. This code should be placed in a folder-level JavaScript file, or executed from the JavaScript Debugger console.app.addMenuItem({cName: "myHelp", cUser: "Online myHelp",cParent: "Help",cExec: "app.launchURL('www.example.com/myhelp.html');",nPos: 0});
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.150.html