G
Guest
i need to use javascript in the following 2 situations but dont know how and
thanks in advance:
1. i have 2 textboxes and they usually contain the same information. when
the user starts entering data in the 1st textbox, the data should also appear
in the 2nd textbox. if needed, the user can modify the data in the 2nd
textbox.
2. i have a textbox and a control beside it. the textbox should have a max.
no. of char. allowed and the control beside it reminds the user how many more
chars. can be entered. as the user enters characters, the control starts
counting down. an example of this is Carfax's textbox for entering the VIN #.
thanks in advance:
1. i have 2 textboxes and they usually contain the same information. when
the user starts entering data in the 1st textbox, the data should also appear
in the 2nd textbox. if needed, the user can modify the data in the 2nd
textbox.
2. i have a textbox and a control beside it. the textbox should have a max.
no. of char. allowed and the control beside it reminds the user how many more
chars. can be entered. as the user enters characters, the control starts
counting down. an example of this is Carfax's textbox for entering the VIN #.