• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Handling User Clicks on the Browser Back Button

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While double submission is one of my problems, my focus has been on this particular one:

WebPage A1 --> WebPage A2 --> WebPage C
WebPage B1 --> WebPage B2 --> WebPage C

There is no problem to close the current page and display the previous page if users click on the "Close" button provided.

Because the WebPage C can be reached by different routes, we have "System Error/Exceptions thrown" if users opt to use the browser "Back" button.

I believe that this is not something new to developers. Could anybody direct me to answers. Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic