View Single Post
  #21 ()  
Old 05-10-2008, 05:09 PM
mueller mueller is offline
3dCart Geek
 
Join Date: Mar 2006
Posts: 306
Default

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);">
Reply With Quote