Im trying desperately to load data (6000-50000 records) into a select box, I have decided adding them in one at a time with new Option is just too slow so im compiling a large piece of HTML to use with outerHTML to re-render the entire select box at once. However, I seem to have a problem with my script and I can't see where. I am parsing a large string via a function parameter and trying to assemble the select box from there. However, im getting errors where I shouldn't be. Is there a maximum length to string variables in javascript? Is there an easy work around (using arrays perhaps)?
Thanks in advance
--BB
Thanks in advance
--BB