Quote:
|
I did ask support if there was a "back to prior page" code that could be used in place of the path - but I'm not sure how involved that would be
|
This is pretty standard and should work to go back one page.
Code:
<INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);">