Sign Up
OpenID
Google
Yahoo!
Facebook
Ning
Discuss
New Topic
Categories
Forum
Debate
Languages
English
Finnish
Arabic
Italian
Korean
French
Chinese(Traditional)
Chinese(Simplified)
Swedish
Czech
Hindi
Dutch
Norwegian
Russian
Croatian
German
Japanese
Bulgarian
Portuguese
Chinese
Spanish
Greek
Login
Search
Ok
Ads
Ask a Question
enter your topic here...
Welcome New Members!
Hot Topics
array
code
column
content
Custom
database
drupal
element
field
file
form
function
index
jquery
module
MySQl
node
page
PHP
query
server
something
SQL
string
table
theme
time
user
VALUE
way
HTML Forum
> HTML Redirect A Page Tutorial
New Posts
Back to Forum Index
Post a Response
Subscribe this topic
Email to Friends
Topic by:
Ace
started on 13th Jun 11
Ace
Joined: 2011-06-13
Type: User
Posts: 10
Using this code a page will redirect to any page you want you can change the url and the seconds below.
<meta http-equiv="REFRESH" content="5;url=http://www.example.com">
Kind Regards,
Ace.
Posted on 13th Jun 11
Post a Response
RE: HTML Redirect A Page Tutorial
Ruko
Joined: 2011-06-12
Type: User
Posts: 7
Could be useful when making user-friendly redirections, but I think the PHP redirection is more reliable, just sayin
Posted on 27th Jun 11
Post a Response
RE: HTML Redirect A Page Tutorial
Sefrotox
Joined: 2011-06-12
Type: User
Posts: 47
PHP may be more reliable as it sends the redirect over in the headers, but most browsers should also know this. Also, this method will allow for the page to load and you can set the time before the redirect occurs.
Posted on 1st Jul 11
Post a Response
Post a Response