From: <ml...@id...> - 2003-09-04 08:57:58
|
I have an application that creates a number of HTMLTextBox components. I don't wrap them in a form, if I need to, I can change my application. My problem is that when the text is set from javascript, all sets go to the first created text box. Here is a bit of a log, including the name of the HTMLTextBox ala the tostring method. Setting 1 DynObject.all.DynObject63 to Username, prior text :: Text now is : Username Setting 2 DynObject.all.DynObject71 to 3:mobile for Mobile Setting 2 DynObject.all.DynObject73 to Mobile, prior text :Username: Text now is : Mobile Setting 3 DynObject.all.DynObject81 to 1:Auto for Auto Setting 4 DynObject.all.DynObject92 to 555 555 1212, prior text :Mobile: Text now is : 555 555 1212 |