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??
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??
Hi John - try to put on event click the folowing JavaScript:
codehistory.back();/code
i just tested it. it works, thanks