Network, Computer and Programming Resources
Java - Anchor
Used with write or writeln methods, anchor creates and displays an HTML hypertext target. The syntax is: textString.anchor(anchorName) where textString is what the user sees, and anchorName is equivalent to the name attribute of an HTML <anchor> tag. Method of string. See link METHOD.