Anchor Examples: HTML DOM Anchor Object – Properties and Methods – Javascript Anchor Examples

Anchor Examples: HTML DOM Anchor Object – Properties and Methods – Javascript Anchor Examples Purpose: – Illustrates the JavaScript syntax for working with the Anchor Object. An anchor allows you to create a hyperlink to another document or to a different point in the same document. The href property allows an anchor to link to another document, and the name property allows the anchor to link to another point within the current... [Read More...]

HTML DOM Document Object Collections, Properties, and Methods

HTML DOM Document Object Examples Purpose: – Illustrates the JavaScript syntax for working with the HTML DOM Document Object. HTML DOM Document Object Examples Document Object Collections anchors[] Allows you to access all of the Anchor objects in a document forms[] Allows you to access all of the Form objects in a document images[] Allows you to access all of the Image objects in a document links[] Allows you to access all of the... [Read More...]