XML Binding referencing HTML name not working
Brought to you by:
jeff_spi
When using the name attribute of an HTML element to
locate and identify the element, the XMLBinding is
using the "getElementsByName()" function of the HTML
Form. The problem is that this function is only
available on the document.
It currently ends in a Javascript error.