How can I link to the previously visited site with the linking plugin?
I want to do the following:
{link-page:PREVIOUSLY VISITED SITE}Take me back{link-page}
How can I get the previously visited site?
{link-page:PREVIOUSLY VISITED SITE}Take me back{link-page}
How can I get the previously visited site?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hmm. The short answer is, you can't. For starters, define 'previously visited page'. Do you mean the page the user most recently visited in this browser window? The page it came from?
A possible workaround would be to use the Reporting Plugin and the Request Supplier to get the 'Referer' parameter from the HTTP request. Something like this (completely untested):
{report-link:request:parameters > Referer}Back to previous page{report-link}
Good luck!
I’m unsure
1 person says
this answers the question
-
Inappropriate?thanks for the hint David. The following code just works fine for me:
{report-link:request:headers > referer > first}Back to previous page{report-link}
I’m thankful
1 person says
this answers the question
-
Ah yes, forgot that it returns a list... -
This reply was removed on 05/27/09.
see the change log
Loading Profile...



EMPLOYEE