![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
Hi, I posted a answer to a problem earlier which was.....
<META HTTP-EQUIV="refresh" CONTENT="5, URL=http://www.whatever.com"> But my question is, how do you make the browser refresh to another page? I have put in different pages but it still only reopens its self. Is there a different command than "refresh" that could be used?? Cheers
__________________
Don't wound what you can't kill |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Don't put the comma in - see if that helps. Or you could just use PHP with the include() function.
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
that comma should actually be semi-colon ;
__________________
Don't wound what you can't kill |
|
|
|
|
|
#4 |
|
Expert Programmer
|
Ditto on the comma bit, perhaps that is what is causing your problem. IT SHOULD work though... you might also consider a java script to do the same thing... something like timeout( ) is the command you want.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Not everyone has JavaScript enabled though. If you do use it, make sure users have an alternative way of going where you want them to go.
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
*SOLVED*
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.whatever.com"> That's how it should look. :-)
__________________
Don't wound what you can't kill |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|