Interview Questions

How to transferring user to new web page automatically?

HTML Interview Questions and Answers


(Continued from previous question...)

65. How to transferring user to new web page automatically?

You will need to use the below meta tag.
<META HTTP-EQUIV="Refresh" CONTENT="2"; URL="http://www.yourname.com">
Placing the above tag in your <HEAD></HEAD> will load yousite.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.

(Continued on next question...)

Other Interview Questions