Redirect 10 second Countdown

后端 未结 4 447
执念已碎
执念已碎 2020-12-13 10:58

I have a page which redirects a user after 10 seconds with the following code.


4条回答
  •  伪装坚强ぢ
    2020-12-13 11:32

    The following will redirect the user right away to login.php

    
    

    You can use the following to delay the redirection by X seconds but there is no graphical countdown (thanks to user1111929):

    
    

    If you want a graphical countdown, here's a sample code in JavaScript:

    You will be redirected in 10 second(s).

提交回复
热议问题