ThomasJSmart
Programmer
- Sep 16, 2002
- 634
Iv made this script. Theres a layer with some textfields. Then theres a button that adds more textfields to the layer with this simple, working fine in IE, script:
contentDiv.innerHTML = contentDiv.innerHTML + morefields;
works lovely in IE, the fields that are already in the layer are left as they are, all filled in, and some new fields are added at the bottom. However in every non-IE browser although the new fields are added nicely the textfields that where already there are made empty again -_-
Please tell me theres an easy solution to this... ?
Thanks
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
contentDiv.innerHTML = contentDiv.innerHTML + morefields;
works lovely in IE, the fields that are already in the layer are left as they are, all filled in, and some new fields are added at the bottom. However in every non-IE browser although the new fields are added nicely the textfields that where already there are made empty again -_-
Please tell me theres an easy solution to this... ?
Thanks
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!