HTMLAnchorElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

toString

toString


DOMString toString(); 

Member Data

accessKey
charset
coords
hash
host
hostname
href
hreflang
name
pathname
port
protocol
rel
rev
search
shape
target
text
type

accessKey


attribute DOMString accessKey; 


charset


attribute DOMString charset; 


coords


attribute DOMString coords; 


hash


readonly attribute DOMString hash; 


host


readonly attribute DOMString host; 


hostname


readonly attribute DOMString hostname; 


href


attribute DOMString href; 


hreflang


attribute DOMString hreflang; 


name


attribute DOMString name; 


pathname


readonly attribute DOMString pathname; 


port


readonly attribute DOMString port; 


protocol


readonly attribute DOMString protocol; 


rel


attribute DOMString rel; 


rev


attribute DOMString rev; 


search


readonly attribute DOMString search; 


shape


attribute DOMString shape; 


target


attribute DOMString target; 


text


readonly attribute DOMString text; 


type


attribute DOMString type; 

 

Last Updated: 2009-05-29