i
class="error" is added to the <input/> element.
Additionally a <div> is added after the field with the id="error-field-id" and
class="error-hint".
id and name attributes are different on the <input/> elements.
It was done for historical reasons. This makes it somewhat confusing to program, because when DOM0 is
used as in document.f.elements["FK_SPATIAL_ID"], the name attribute is used,
but when DOM1 is used as in document.getElementById('client_list'); the id
attribute is used, except for Internet Explorer,
which will return an element found on both name and id by getElementById().
Beware of dragons.
Document last modified 2008/09/18. Content in this portal is modified daily by a community of providers.
Disclaimer.
Copyright: