Page 1 of 1

how to get the back button to go back to the previous screen instead of telling it to go to a specific page?

Posted: Mon May 20, 2013 9:49 pm
by John Herdean

currently, i see theres an option to specify which page to navigate to, but i want to make my back button go to the previous screen since its possible to arrive at a page from different screens??


how to get the back button to go back to the previous screen instead of telling it to go to a specific page?

Posted: Mon May 20, 2013 10:52 pm
by Illya Stepanov

Hi John - try to put on event click the folowing JavaScript:
codehistory.back();/code


how to get the back button to go back to the previous screen instead of telling it to go to a specific page?

Posted: Sun May 26, 2013 1:11 am
by John Herdean

i just tested it. it works, thanks