
Anchor
54
|
JavaScript Pocket Reference
Anchor
a named position in a document
Client-side JavaScript 1.2
Inherits From: Element
Synopsis
document.anchors[index]
document.anchors[name]
Description
An Anchor object represents an <a> tag with a name attribute,
which serves to create a named position in a document.
Properties
name
The value of the name attribute of the <a> tag.
See Also
Document.anchors[], Link, Location.hash
Applet
a Java applet
Client-side JavaScript 1.1
Synopsis
document.applets[i]
document.applets[appletName]
document.appletName
RegExp Regular expressions for pattern matching
Screen Information about the display
Select A graphical selection list
String String manipulation
Style Inline CSS properties of an element
Text A run of text in a document
Textarea Multiline text input
Window Browser window or frame