
How to transferring user to new web page automatically?

Hi,
you wants to move new page automatically. than use this code..
<META HTTP-EQUIV="Refresh" CONTENT="2"; URL="http://www.roseindia.net">
Placing the above tag in your <HEAD> will load www.roseindia.net in 2 seconds.
Changing the 2 value on CONTENT="2" to another value will increase or decrease the delay until loading the new page.

<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://google.com">
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.