Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
Portal Engine
Questions on portal engine and web parts.
Version 7.x
>
Portal Engine
>
macro for previous url
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Member
kwork
-
4/22/2013 2:42:58 PM
macro for previous url
Is there a macro to get the previous page the user was on. For instance if the user went to home>product>product details. I want a macro that will return product page.
Certified Developer 13
kentico-jx2tech
-
4/22/2013 3:18:03 PM
RE:macro for previous url
try...
{%BrowserInfo.UrlReferrer %}
Member
lwhittemore-emh
-
9/3/2013 1:10:34 PM
RE:macro for previous url
is there a way to get the current url?
Certified Developer 13
kentico-jx2tech
-
9/3/2013 1:25:13 PM
RE:macro for previous url
try these two...
{%CurrentDocument.AbsoluteURL%}
Top