July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NOHREF — NN all IE all HTML 3.2
NOHREF
Optional
Tells the browser that the area defined by the coordinates has no
link associated with it (as does just not including any
HREF attribute). When you include this attribute,
scriptable browsers no longer treat the element as a link. As
implemented in both Navigator and Internet Explorer, when an
AREA element lacks an HREF
attribute, the element no longer responds to user events. In IE 4,
you can turn this attribute on and off from a script by setting the
property to true or false.
<AREA COORDS="20,30,120,70" NOHREF>
The presence of this attribute sets its value to
true.
false
[window.]document.all.elementID.noHref
Read now
Unlock full access