In this tutorial we are working with Back Button same as History Back button of Internet Browsers(eg. Internet Explorer, Mozilla Firefox etc.)
To understand this phenomena take an example that if you have made a search on a page(index.jsp) and you have to moved on another page(some_other_page.jsp) but you want to see previous search again then you have to back through Internet Browser Back button but you can add similar back action by coding which i am try to explain by this example with code.
index.jsp
some_other_page.jsp
script inside <head> tag
back button code on same page inside <body> tag
0 comments:
Post a Comment