Enum | +--LinkTargetEnumpublic class LinkTargetEnum
Provides constants for setting the document's target window. These constants are used by setStockTargetWindow and getStockTargetWindow.
Fields
Name | Description |
---|---|
NEW_WINDOW | Instructs the browser to put the document into a new top-level browser window. |
PARENT_DOC | Instructs the browser to put the document into the window that is the parent of the current window. |
THIS_FRAME | Instructs the browser to put the document into the current frame of the frameset. |
TOP_FRAME | Instructs the browser to put the document into the top-most window, replacing the current frameset. |