headads
Picture
14 July 2013

How to automatically redirect a browser to another web page from one of your own

Sunday, July 14, 2013
redirect to
  <meta http-equiv="refresh" content="0; URL=http://kajialquran.blogspot.com"/>


This is accomplished using a "refresh" meta command in the header section
     <head>
     .
     .
     </head>
          
of your HTML file, along with the title and any "keywords" or other meta commands.

Syntax

The syntax for the "refresh" meta command is

<meta http-equiv="refresh" content="N; URL=other-web-address">

where N is the approximate number of seconds that you want the current web page to be displayed before the browser automatically goes to the other web address. If N = 0, then the browser should go immediately to the other web address.


 
Toggle Footer