Saturday, March 24, 2012

wait before redirecting to other page

Hi all!

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