k0r54
03-17-2004, 03:36 PM
Hi,
how can i redirect to the last viewed page.
for example, click on a link that will take me to a page which will say
"sorry this page is underconstruction, we will redirect you to the last viewed page."
and then 4 seconds or so later it will redirect them to the page that they click the link from,
i know javascript can use
"history.go(-1);;return false" to back to the last page, but i cant seem to put it onto a auto redirect.
i need it like this and not like a URL just goin bac to that page coz i want this redirect page to be universal to use anytime on the server, without reprogramin the page link.
any help will be great thanks
how can i redirect to the last viewed page.
for example, click on a link that will take me to a page which will say
"sorry this page is underconstruction, we will redirect you to the last viewed page."
and then 4 seconds or so later it will redirect them to the page that they click the link from,
i know javascript can use
"history.go(-1);;return false" to back to the last page, but i cant seem to put it onto a auto redirect.
i need it like this and not like a URL just goin bac to that page coz i want this redirect page to be universal to use anytime on the server, without reprogramin the page link.
any help will be great thanks