The Anchor object represents HTML hyperlink.
A D V E R T I S E M E N T
For each
instance of an <a> tag in HTML document, an Anchor object is
created.
An anchor can be used to create link to another document
(with the href attribute) or to create a bookmark inside a
document (with the name attribute).
You can access an anchor by searching through the anchors[]
array in the Document object, or by using
document.getElementById()of the javascript object.
IE: Internet Explorer, O:
Opera,F: Firefox, W3C: World Wide Web Consortium (Internet
Standard).
|