Hey, Scripting Guy!
I followed -> http://blogs.technet.com/b/heyscriptingguy/archive/2005/08/15/how-can-i-dynamically-populate-a-list-box-in-an-hta.aspx?CommentPosted=true#commentmessage to dynamically populate a list box. However, when the objects are too large, creation of the DOM elements take a lot of time.
I then stumbled upon http://ejohn.org/blog/dom-documentfragments/#postcomment Now i do not know how to use DocumentFragments to dynamically update my listbox.
Any help is greatly appreciated. Thanks !