Hi there, I was curious to know...
With include files, if they take a while to load, do they delay the page that has the include reference?
eg
Home.asp
<!include>backgroundload.asp
rest of page
does the Home page just get on with it or waits for backgroundload.asp to finish before it proceeds with the rest of the code?
PS - yes I know the code isn't accurate, just wanted to show a brief version :P
Any help is apprciated