PDA

View Full Version : Link Help


richard_r
06-30-2002, 04:21 PM
<a href="URL" target="_new">text</a>

would that open the link to a new window?

boxer_1
06-30-2002, 04:51 PM
These are the predefined target values:

_blank = targets a new blank window that is not named

_self = targets the frame where the hyperlink is found

_parent = targets the parent frameset of the frame where the hyperlink is found. Defualts to _self value if no parent document is found

_top = targets full window before any frames are introduced.