Hyper Text Markup Language (HTML) Question:
Download Questions PDF

How to transferring user to new web page automatically?

Answer:

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.

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How do I put sounds for older versions of Internet Explorer?How do I keep people from stealing my source code and/or images?