From: <ml...@id...> - 2003-09-04 19:16:51
|
I did some more checking. 1) all of the text boxes had the same element name 2) using getElm() on the HTMLTextBox, returned the same object [as by '=='] on all of the textbox's with the same name. 3) changing the names to be relatively unique, solved the problem. My list boxes just happened to have different element names. -- I think this is a problem, because it becomes hard to make 'widgets' that can be replicated on the page, if the element names have to be unique. |