Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > macro for previous url View modes: 
User avatar
Member
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.

User avatar
Certified Developer 12
Certified Developer 12
kentico-jx2tech - 4/22/2013 3:18:03 PM
   
RE:macro for previous url
try...
{%BrowserInfo.UrlReferrer %}

User avatar
Member
Member
lwhittemore-emh - 9/3/2013 1:10:34 PM
   
RE:macro for previous url
is there a way to get the current url?

User avatar
Certified Developer 12
Certified Developer 12
kentico-jx2tech - 9/3/2013 1:25:13 PM
   
RE:macro for previous url
try these two...
{%CurrentDocument.AbsoluteURL%}