Wednesday 14 December 2011

Meta redirecting : Automatically redirects to another page



Meta redirecting is a facility in html which can be used for automatic redirection. If a page contains meta redirecting tag then the page will redirects to other page as given in the tag. This tag is very useful in a registration  page. That is we can use it after the page of registration so as to redirects to the users page automatically.
Here is the code :-
         
<meta HTTP-EQUIV="REFRESH" content="0;url= http://extracoding.blogspot.com">
       http://extracoding.blogspot.com/

You ony need to change the url address to your wish and copy it to the desired page. You can change the value of content to 1,2,..etc for redirection after 1 sec, 2 sec,….etc. for example
The page that contains
<meta HTTP-EQUIV="REFRESH" content="2;url= http://extracoding.blogspot.com">
  redirects to http://extracoding.blogspot.com after 2 second. So enjoy it. If you need step by step process of this code implementation please comment here. Ok ! I will come again with an amazing script

0 comments:

Post a Comment