I have an asp page that has something like this on it
response.write("Hello, loading now"
' then a procedure that takes about 30 secs or so
the problem is that the page doesn't show the first part until the second part has completyed its operation! Is there any way of getting around this??
Cheers
Tim
response.write("Hello, loading now"
' then a procedure that takes about 30 secs or so
the problem is that the page doesn't show the first part until the second part has completyed its operation! Is there any way of getting around this??
Cheers
Tim