Links Settings
These settings apply only to the WebWorks Reverb (1 & 2), Microsoft HTML Help, WebWorks Help, Dynamic HTML, and XML_XSL output formats. The settings in this category are defined as follows:
Baggage File Target 
Specifies how links to baggage files display in your output. A baggage file is any file that your source document references but is not contained in the ePublisher project, such as a .jpeg, .avi, .swf, .gif, or.png file or a Microsoft Word, Adobe FrameMaker, or XML file. The values for this setting are defined as follows:
 
Value
Description
external_window
Specifies the name of the window in which to open the page by typing in the name of the window. This creates a new browser window, unless one already exists with the same name. If a browser window already exists with the same name, it opens the page in that window. external_window is the default.
_blank
Specifies to always open the page in a new browser window and leave the current window in its current state.
_self
Specifies to open the page in the same browser window as the link tag.
_parent
Specifies to open the page in the immediate parent window of the link tag. This option is only useful for very specialized cases and is quite uncommon.
_top
Specifies to open the page in the full body of the same browser window as the link tag. Specify this value to break out of a frame all the way to the top of a window.
None
Specifies to open the page within the same browser window. However, unlike _self, the settings of the browser may control this action.
External URL Target 
Specifies how links to external URLs display in your output. The values for this setting are defined as follows:
 
Value
Description
external_window
Specifies the name of the window in which to open the page by typing in the name of the window. This creates a new browser window, unless one already exists with the same name. If a browser window already exists with the same name, it opens the page in that window. external_window is the default.
_blank
Specifies to always open the page in a new browser window and leave the current window in its current state.
_self
Specifies to open the page in the same browser window as the link tag.
_parent
Specifies to open the page in the immediate parent window of the link tag. This option is only useful for very specialized cases and is quite uncommon.
_top
Specifies to open the page in the full body of the same browser window as the link tag. Specify this value to break out of a frame all the way to the top of a window.
None
Specifies to open the page within the same browser window. However, unlike _self, the settings of the browser may control this action.
Preserve Unknown File Links 
If enabled, links to files that are not part of the generation will be preserved in the generated output. Normally, it is not desired to have unknown file links preserved because this can lead to file not found errors in the end-user experience. If this setting is enabled, make sure that the link has a target when it is finally deployed.
Was this helpful?
Last modified date: 01/27/2022