adroitemedia
03-19-2003, 01:44 AM
hello all!!
i have two input text fields "first" and "last" names. When "create" button is clicked, i have the input text going into 2 dynamic textfields.
What i would like to have happen is the dynamic textfields length to be determined by the amount of text in the input text field.
i.e.: input text field :
first name : 123456789
Last name : 1234
Dynamic Text Field LENGTH is equal to :
First Name = 123456789 (lenght of text field is ONLY 9 characters)
Last Name = 1234 (lenght of text field is ONLY 4 characters)
Does anyone follow me?
Thanks in advance for the help....
i have two input text fields "first" and "last" names. When "create" button is clicked, i have the input text going into 2 dynamic textfields.
What i would like to have happen is the dynamic textfields length to be determined by the amount of text in the input text field.
i.e.: input text field :
first name : 123456789
Last name : 1234
Dynamic Text Field LENGTH is equal to :
First Name = 123456789 (lenght of text field is ONLY 9 characters)
Last Name = 1234 (lenght of text field is ONLY 4 characters)
Does anyone follow me?
Thanks in advance for the help....