Forum Moderators: open
Thank you
target="_top"
The user agent loads the linked document into the full, original window (overwriting the existing frameset).target="_blank"
The user agent loads the linked document in a new window.target="_self"
The user agent loads the linked document in the same frame as where the anchor tag occurs.target="_parent"
The user agent loads the linked document into the immediate parent window of the current frame.