Does anyone know how to cause waiting for X seconds before the page is redirected?
(during this waiting no code is executed)
Thank you for your help!!!Hi,
use this:
System.Threading.Thread.Sleep(zzz)
where zzz is the time in milliseconds.
Grz, Kris.
Does anyone know how to cause waiting for X seconds before the page is redirected?
(during this waiting no code is executed)
Thank you for your help!!!Hi,
use this:
System.Threading.Thread.Sleep(zzz)
where zzz is the time in milliseconds.
Grz, Kris.
0 comments:
Post a Comment