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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -