Michelle
2005-08-23 00:53:50 UTC
I have a div that is initially empty. Clicking on a button will add some
text boxes and other controls so the user can add additional records. In IE
all works fine but in Netscape 7.0 when I add another "record" the values
for all previous controls within the div are wiped out. In the javascript
function where I add on to the html in the div if I capture all the data in
the previous "records" then after adding the new record I can repopulate all
the previous controls. Is this the best way to do this or is there another
way to preserve the data?
text boxes and other controls so the user can add additional records. In IE
all works fine but in Netscape 7.0 when I add another "record" the values
for all previous controls within the div are wiped out. In the javascript
function where I add on to the html in the div if I capture all the data in
the previous "records" then after adding the new record I can repopulate all
the previous controls. Is this the best way to do this or is there another
way to preserve the data?
--
Thank You.
Michelle
Thank You.
Michelle