Jump to content


Help !


2 replies to this topic

#1 nygorn

    Young Padawan

  • Members
  • Pip
  • 53 posts
  • Gender:Male
  • Location:Sweden

Posted 26 November 2005 - 03:40 PM

Well, i will make it simple :)
I whant to redirect from a page to another page, but i whant others to see the content for a while..
Its a form that i made, and i whant they to see this text "Email has been sent" then redirect to original page, so i whant to show the page for like 5 secs then redirecting ^^ and if its possbile, i whant a counter that counts down too :D ^^

Plz i know its mabey allot to demand but i need it ^^

#2 MillerTime

    Young Padawan

  • Members
  • Pip
  • 69 posts

Posted 26 November 2005 - 04:02 PM

<META http-equiv="refresh" content="3 url=http://www.codedfx.com">

is that what you want?

#3 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 26 November 2005 - 06:32 PM

For that to work, you need a semi-colon in the content.
i.e.
<meta http-equiv="refresh" content="5;url=http://site.com/">

Also, i believe you can use relative paths, like:
<meta http-equiv="refresh" content="2;url=/page/to/go_to.ext">
Just try it and see if it works.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users