Click to See Complete Forum and Search --> : "Target" values ?


bharadwajrv
July 27th, 2002, 02:43 AM
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.

Zvona
July 28th, 2002, 03:04 PM
"_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.