Page redirect using meta http-equiv - Javascript jQuery Method and Property

Javascript examples for jQuery Method and Property:jQuery Method Example

Description

Page redirect using meta http-equiv

Demo Code

ResultView the demo in separate window

<!doctype>
<html>
 <head> 
  <meta http-equiv="refresh" content="0; url=http://www.yourdomain.com/new-page.html"> 
 </head> //w ww . j a  v  a2s.c o m
 <body>
   Auto refresh in 0 seconds  
 </body>
</html>

Related Tutorials