jasonhar Posted December 3, 2012 Share Posted December 3, 2012 Hi all, I'm meddling with the purchase process a bit to allow the user to be able to choose a product>be navigated to the purchase summary>and have then the option to either purchase or go back to the products page to add more products. All I need is to be able to have a "back to..." button on the order summary. any ideas. Thanks heaps Jason site is: https://highlandherbs.com.au/quick-order Link to comment Share on other sites More sharing options...
Mr S Posted December 3, 2012 Share Posted December 3, 2012 http://www.w3schools.com/jsref/met_his_back.asp <script> function goBack() { window.history.back() } </script> <input type="button" value="Back" onclick="goBack()"> OR www.crowderassoc.com/javascript/backbutton.html Link to comment Share on other sites More sharing options...
Recommended Posts