Target values
hi,
in hyperlink tag (<a> ) what are the values for "target" properties.
ex
<a href="" target=_new> some text </a>
<a href="" target=_top> some text </a>
thanks in adv.
Printable View
Target values
hi,
in hyperlink tag (<a> ) what are the values for "target" properties.
ex
<a href="" target=_new> some text </a>
<a href="" target=_top> some text </a>
thanks in adv.
"_blank" - new window instance
"_self" - main document
"_top" - top/first frame
"_parent" - parent window / parent frame
target attribute is deprecated in XHTML, so I can't remember the values and their definitions precisely. Check http://www.w3.org HTML 4.01 Specification for attributes for further details.