A Anchor.charset (Property) Anchor.charset (Free web design) (Property) This property
A Anchor.charset (Property) Anchor.charset (Property) This property indicates the character encoding of the document at the location specified by the URL. Availability: DOM level 1 JavaScript 1.5 JScript 5.0 Internet Explorer 5.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myAnchor.charset This would contain the character set being used by the document. For example the value “iso-8859-1″ is likely to be returned, but the local variant of the browser and OS may affect the value you get. This property might contain a value such as: csISO5427Cyrillic Details of other aliases can be located at the IANA registry. In that registry are listed the names and aliases of a wide variety of character sets. Even though there are nearly 800 names and aliases, it seems on inspection that there are items missing. See also: LINK.charset, Url.charset Web-references: ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets Anchor.coords (Property) This defines an area map within an image that is inside the HTML tags. Availability: DOM level 1 JavaScript 1.5 JScript 5.0 Internet Explorer 5.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myAnchor.coords When a shaped area is defined within an image map, the rectangle around the shape is defined with the coords property. The value is defined with the COORDS HTML tag attribute. See also: Anchor.shape, Area.coords, Url.coords