"ezmiller" <ethanzanemiller (AT) gmail (DOT) com> wrote
Quote:
Hi,
I have some code on a page that loads data from several xml documents
into a series of arrays.
The function that loads the data from the xml files into the arrays is
called from the document body's onload event. The problem I am running
into is that in some cases the data has not yet been loaded into the
arrays (i.e. the arrays are still undefined) when other functions are
called which process the data in those arrays for display on the web
page.
So what I am wondering is whether anyone has any ideas for a solution
that would allow me to call those functions that process the data in
the arrays only once all the arrays have been created. |
I'm definately missing something. I don't understand why it is that you do
not simply ensure that all of the arrays are defined, before you start
trying to process the data within them.
--
Wayne
"Aka Dobbie the House Elf."