|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Web page redirection
Please take a look of the fllowing web site.
http://www.cs.smu.ca/ Can you tell be how the above web page redirected to the following web page? http://www.stmarys.ca/academic/science/compsci/ |
|
#2
|
|||
|
|||
|
RE: Web page redirection
Meta Tag as follows
<meta http-equiv="Refresh" content="0;URL=http://www.stmarys.ca/academic/science/compsci"> |
|
#4
|
|||
|
|||
|
RE: Web page redirection
Please try the following web site.
http://www-usa.cricket.org/homepage/index98.html After opening the web site please click "News" or "Bulletin" under HEADLINES. You will found a new page(for advertisement) for a while and then you get the orgianal page. Do they use the same META for that advertisement and do they set timer for that new page (for advertisement) so that it will stay according to the time unless the skip button is being clicked. |
|
#5
|
|||
|
|||
|
RE: Web page redirection
For the time delay, you can change the argument before the URL:
This refreshes immediately: Code:
<meta http-equiv="Refresh" content="0;URL=http://www.stmarys.ca/academic/science/compsci"> This refreshes in 5 seconds: Code:
<meta http-equiv="Refresh" content="5;URL=http://www.stmarys.ca/academic/science/compsci"> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Web page redirection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|