I'm designing a "wizard" style set of pages using HTML and JavaScript,
to collect information from the user. Once "Finish" is clicked, I
want to display some sort of confirmation screen that the wizard is
complete. It's important that the user not be able to go back after
this point because it's going to throw things into an inconsistent
state.
What's the most effective way to prevent a user from going back and
changing things after they click my "Finish" button? If you can
provide code samples, that would be very helpful.
Thank you very much!
to collect information from the user. Once "Finish" is clicked, I
want to display some sort of confirmation screen that the wizard is
complete. It's important that the user not be able to go back after
this point because it's going to throw things into an inconsistent
state.
What's the most effective way to prevent a user from going back and
changing things after they click my "Finish" button? If you can
provide code samples, that would be very helpful.
Thank you very much!
Comment