Transferring user to new web page automatically.
Issue
Transferring user to new web page automatically.
Solution
You will need to use the below meta tag.
<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://www.computerhope.com">
Placing the above tag in your <HEAD></HEAD> will load computerhope.com in 2 seconds.
Changing the 2 value on CONTENT="2" to another value will increase or decrease the delay until loading the new page. If you want to forward a user immediately change the 2 to a 0.
