HTMLAreaElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

accessKey
alt
coords
hash
host
hostname
href
noHref
pathname
port
protocol
search
shape
target

accessKey


attribute DOMString accessKey; 


alt


attribute DOMString alt; 


coords


attribute DOMString coords; 


hash


readonly attribute DOMString hash; 


host


readonly attribute DOMString host; 


hostname


readonly attribute DOMString hostname; 


href


attribute DOMString href; 


noHref


attribute boolean noHref; 


pathname


readonly attribute DOMString pathname; 


port


readonly attribute DOMString port; 


protocol


readonly attribute DOMString protocol; 


search


readonly attribute DOMString search; 


shape


attribute DOMString shape; 


target


attribute DOMString target; 

 

Last Updated: 2009-05-29