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