Sheik88 Posted December 28, 2012 Report Share Posted December 28, 2012 I have a search and update for my project with calculation. the parameters that are passed do not update the first time, Please advise if there is a solution or is it possible to add a back button linking to the details page to update Quote Link to comment Share on other sites More sharing options...
bahar_vm Posted January 2, 2013 Report Share Posted January 2, 2013 Hi, Not sure if I understand the problem but to answer your question how to add a back link, you can add a Java Script inside Header of your DataPage (see how to add Header at http://howto.caspio.com/datapages/form-elements/header-and-footer.html). I find the Java Script from here: http://www.w3schools.com/jsref/met_his_back.asp <script> function goBack() { window.history.back() } </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.