Re: Javascript question re: dynamically generated input type='text' controls

2004-08-13 Thread Christina Siena
Problem solved. It is possible after all to use input control names containing equals or semicolon or any delimiter as follows: document.formname.elements("value(number=1480;countryCode=USA;templateNumber=7;typeCode=STAGE;languageCode=EN;idTypeCode=MODE:)").value = ""; just in case anyone

RE: Javascript question re: dynamically generated input type='text' controls

2004-08-13 Thread Jim Barrows
> -Original Message- > From: Christina Siena [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 1:10 PM > To: [EMAIL PROTECTED] > Subject: RE: Javascript question re: dynamically generated input > type='text' controls > > > If I try to use

RE: Javascript question re: dynamically generated input type='text' controls

2004-08-13 Thread Christina Siena
>> To: [EMAIL PROTECTED] >> Subject: Javascript question re: dynamically generated input >> type='text' >> controls >> >> >> Hi, >> >> I am developing a page containing dynamically generated input >> type="text" cont

RE: Javascript question re: dynamically generated input type='text' controls

2004-08-13 Thread Jim Barrows
> -Original Message- > From: Christina Siena [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 11:23 AM > To: [EMAIL PROTECTED] > Subject: Javascript question re: dynamically generated input > type='text' > controls > > > Hi, > >

Javascript question re: dynamically generated input type='text' controls

2004-08-13 Thread Christina Siena
Hi, I am developing a page containing dynamically generated input type="text" controls where their names consist of multiple composite keys. The name of the input type="text" controls, however, can not be referenced correctly using javascript. For example, I have the following html input tag: T