You could write component wrapper around the win32 API Sleep function and
call your wrapper from ASP.
Why would you want to do this?
Quote:
> Does anyone know how to call the system sleep function in ASP that gives
the
> execution for a certain time to the idle proces. I think it should be donw
> with CreateObject(...).
> I don't mean the way to wait with do ... loop and detediff. It is not very
> smart.
> Thanks for your solution