Gossamer Forum
Home : Products : Gossamer Links : Discussions :

referring redirect - is this possible

Quote Reply
referring redirect - is this possible
When a user rates a link they get presented with the rate success page and this is a little unfriendly apart from thanking them it leaves them stranded - is there any way to show this thank you page and then after a pause of a couple of seconds redirect this page to the page they were on displaying the link they just rated?

I tried a page redirect using the following meta tag on the rate success page:

Code:
<meta http-equiv="refresh" content="2; URL="javascript:history.go(-1);">


This takes them back to the home page of the links SQL system no matter what value I put in the history statement I tried -2 -3 etc.

Anyone got a better way of trying to redirect back to whatever the page was were the user wanted to rate the link?