Hi Ed,
If we were using the detail 1 we could incorporate the xmod:returnbutton.
But, this Xmod token will not work with the Xmod separate details page.
If you think you can control your users action to return to the previous viewed page your could try building a link in a text/html module that calls the javascript history.go method.
In these examples I have replaced the arrows with brackets so the code will render in this forum post.
[a href="javascript:history.go(-1)"]Go back[/a]
[a href="javascript:history.go(-1)"][img border="0" alt="Return to List" src="/Portals/0/xmod/packages/BusinessDirectory/dnnp-return-to-list.png" /][/a]
Buck |