javascript - How Can I Make a Redirect Page in Jquery? -
i want build page displays html short while , redirects user url without opening new window. how can done in jquery?
doesn't need javascript, add meta tag in head:
// 5 seconds <meta http-equiv="refresh" content="5; url=http://www.example.com/" />
Comments
Post a Comment