javascript DOMException code

Provides an integer corresponding to one of the defined DOM error types. The following table lists all code values, their constant equivalents, and

javascript DOMException Description

Some operations on W3C DOM objects can trigger errors, or, in the vernacular of JavaScript 1.5, throw exceptions, if something goes wrong. The W3C D