bahattab
05-12-2009, 11:13 PM
How to redirect to another page
You can do a simple redirect to another page by putting this one line in the <head> section of your html.
The zero is how many seconds to wait before doing the redirect.
<meta http-equiv="refresh" content="0;URL=http://yourdomain.com/anypage.htm">
http://tips-scripts.com/one_liners
You can do a simple redirect to another page by putting this one line in the <head> section of your html.
The zero is how many seconds to wait before doing the redirect.
<meta http-equiv="refresh" content="0;URL=http://yourdomain.com/anypage.htm">
http://tips-scripts.com/one_liners