PDA

View Full Version : the mother of all pre-loaders ?


mduran
02-13-2003, 02:31 PM
Hello,

Here is my problem. I have a framed page; in my left frame there is a JS function that scans a particular directory on some server to list some dlls. This function populates another JS script with this information, so that the list of dlls is displayed on a tree view in the frame.

This process takes between 45 seconds and 1 minute, and I would like to use a pre-loader here... but how ? the number of dlls is variable, so I cannot list them beforehand.

Any code snippet would be very much appreciated.

thanks.