I was looking for a function or smth like it, that could do this trick. Like in this forum: when you post a reply the message loads and then after few seconds another page loads. I want to use this trick on my webpage but dont know how 😕
Can smb help?
The easiest way to do this is a meta refresh tag--
To elaborate...
a meta refresh tag would look something like this:
<meta http-equiv='refresh' content='2;url=somepage.html'>
WHERE 2 is the number of seconds to wait and url= is the page to jump to.
Thanks.
u can use this tag
<meta Http-Equiv='Refresh' content='senonds;url=page.html'> enjoy :rolleyes: