Try our conversational search powered by Generative AI!

Previous page function

Vote:
 

Hi,

 

Does EPiServer have ready functionality for previous page? It is easy to find out the parent of a page, but what what page was the user previous at?

If I am remember correctly asp.net has some kind of support for this?

 

BR, Magnus

#27652
Feb 05, 2009 12:42
Vote:
 

If your using an asp button:

Button.Attributes.Add("onclick","history.back(); return false");

 

#27675
Feb 05, 2009 16:31
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.