Disabling Forward Button
hi,any one can suggets me to disable the forward button in browser using JSP.Bala
[102 byte] By [
art84a] at [2007-11-27 5:30:57]

# 3
Implement a POST-Redirect-GET pattern. After finishing the processing of the POST, but right before sending any response, do a redirect to the same URL.