public class HtmlLinkTargetType
Field Summary | ||
---|---|---|
static final int | BLANK | |
Opens the linked document in a new window or tab
|
||
static final int | PARENT | |
Opens the linked document in the parent frame
|
||
static final int | SELF | |
Opens the linked document in the same frame as it was clicked (this is default)
|
||
static final int | TOP | |
Opens the linked document in the full body of the window
|
public static final int BLANK
public static final int PARENT
public static final int SELF
public static final int TOP