Assigning a target
A target is an alternate web page frame or web browser window in which the linked document opens. You can specify a target for a selected slice in the Property inspector. If the Property inspector is minimized, click the expander arrow to see all properties.
To specify a target for a selected slice or hotspot in the Property inspector:
- Type the name of the HTML frame in the Target text box or select a reserved target from the Target pop-up menu:
blank loads the linked documents in a new, unnamed browser window.
parent loads the linked document in the parent frameset or window of the frame that contains the link. If the frame containing the link is not nested, then the linked document loads into the full browser window.
self loads the linked document in the same frame or window as the link. This target is implied, so you usually need not specify it.
_top loads the linked document in the full browser window, thereby removing all frames.