Manjiri
Answered On : Jul 3rd, 2007
Use this code to disable backward button.
Write this code in the previous file.
javascript:window.history.forward(1);
Login to rate this answer.
Java Script is the only solution...
Login to rate this answer.
By defining ,
session.abandon()
Login to rate this answer.
batswon
Answered On : Jul 14th, 2008
buttons are not disabled but when you click on them action is not performedif you have no common .js file for all pages include follwing in all jsp pages
Login to rate this answer.
JSP runs on server. You can get some information about the server but not about the client. You probably can do this with javascript.
Login to rate this answer.