Hi there guys I am stuck on some code. I have a form that accepts a given value then queries it against 12 servers. As these servers are located all over the world the exeution time ranges between 5 to 25seconds So Im thinking of adding a preloader. Now doing that is fine, i can add that without a problem. What I am stuck with is that even though the preloader is called, it still seems to take long before the preloader loads, and by the time it does the values are just about ready to be displayed So my question is, is there anything that I can add to the form so that it first loads the preloader and then waits for the rest of the scripts to run before displaying the results Sorry if i sound confusing here, but im confused myself Thanks