U
U
Uilenrok2015-12-21 22:44:57
PHP
Uilenrok, 2015-12-21 22:44:57

Redirect after 30 seconds?

Is there a redirect code that redirects from the page after 30 seconds?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
ivkol, 2015-12-21
@Uilenrok

using javascript

setTimeout(function(){
    location.href = 'javascript.com';
}, 30000);

E
entermix, 2015-12-21
@entermix

<meta http-equiv="Refresh" content="30; URL=https://toster.ru/" />

xiper.net/manuals/html/meta-tags/http-equiv/refresh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question