AHAH i have a carousel that has some problems
carousel > XML > ASP
the carousel looks in the XML to find the ASP file location. then from the ASP file loads some images (the file names are in the ASP file).
for Firefox it is great (Firefox continuously loads until all is loaded then stops)
but windows internet explorer will load ONCE and only once. this means that it doesn’t load the ASP file in time and all the images dont load and any other information under the spinning images is undefined.
i know the information and images are there because when i refresh it works fine (it caches the information previously loaded)
is there a way to make sure the XML and ASP file is done loading in time?
Thanks,
Stupid Saint