Problem with jsp in which window.location.replace is used
843836Mar 4 2005 — edited Mar 4 2005Hi,
If I need to use window.location.replace() to disable BACK button of web browser to forward to another JSP from one JSP then is it necessary to place the SUBMIT button in JSP where window.location.replace() is used,or can I just place the window.location.replace() out of scriplet tags in jsp.
sravanthi