howdy-
i have a form that displays a dynamic number of rows with dynamically named fields. in fact, it displays a dynamic number of groups of rows with dynamically named fields. at the end of each row are two text boxes. the first represents a start date and the second an end date. in most cases, more than a dozen rows can be displayed in any one group. i don't want the users to have to make dozens of entries by hand, so i would like to set up a pair of control text boxes in the form header where the user can enter the dates once and then the subordinate text boxes are automatically filled in. i'm thinking i can use the onchange event.
here's how the form is structured:
group 1
control1box1 control1box2
row1box1 row1box2
row2box1 row2box2
group 2
control2box1 control2box2
row3box1 row3box2
row4box1 row4box2
how do i set up the onchange event functions so that rowboxes in group 1 get updated automatically when the controlboxes in group 1 are updated?
advice is much appreciated...
i have a form that displays a dynamic number of rows with dynamically named fields. in fact, it displays a dynamic number of groups of rows with dynamically named fields. at the end of each row are two text boxes. the first represents a start date and the second an end date. in most cases, more than a dozen rows can be displayed in any one group. i don't want the users to have to make dozens of entries by hand, so i would like to set up a pair of control text boxes in the form header where the user can enter the dates once and then the subordinate text boxes are automatically filled in. i'm thinking i can use the onchange event.
here's how the form is structured:
group 1
control1box1 control1box2
row1box1 row1box2
row2box1 row2box2
group 2
control2box1 control2box2
row3box1 row3box2
row4box1 row4box2
how do i set up the onchange event functions so that rowboxes in group 1 get updated automatically when the controlboxes in group 1 are updated?
advice is much appreciated...