![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Is someone can explain teh function "redirect". I would like to redirect from one site to another without any action from the visitor. Many thanks by advance Fred |
#3
| |||
| |||
|
|
In the head, type: meta http-equiv="refresh" content="0;URL=0" Replace the first 0 with the delay in seconds before the page refreshes, and the second 0 with the web address of the page you want to redirect to. For example, to redirect the page to one called MyRedirectTarget.htm straight away without any delay you would type in: meta http-equiv="refresh" content="0;URL=http://www.MyWebSite/MyRedirectTarget.htm" If you just want to refresh the current page, after say 5 seconds it would be something like: meta http-equiv="refresh" content="5" Note, this meta tag must be in the head - between the <head> and </head tags. HTH "fth" <infoNOSPAM (AT) matloc (DOT) be> wrote in message news:4111db8a$0$482$ba620e4c (AT) news (DOT) skynet.be... Hi, Is someone can explain teh function "redirect". I would like to redirect from one site to another without any action from the visitor. Many thanks by advance Fred |
#4
| |||
| |||
|
|
In the head, type: meta http-equiv="refresh" content="0;URL=0" |
![]() |
| Thread Tools | |
| Display Modes | |
| |