hi,
I need to clear the field when i navigate from one screen to other and disable the back button.
example; index.jsp--->servlet1;
problem1;
on index.jsp i have two field say x and y which takes number as input from user.
when i click on the submit button it goes to servlet1.when i click on back button the previously entered data is still visible in two field x and y.
i try the below solution for the same but it is not working.
i am using
tomcat as server.is there any configuration required at server side?
problem 2;
how to disable the back button in browser?
i try the below solution for the same but it is not working.
please help me out.