I am calling a Servlet from index.jsp using Ajax. If the result is false, I have to display an error message on index.jsp itself. But, if the result is true, how do I call another JSP page?
I am calling a Servlet from index.jsp using Ajax. If the result is false,
Share
In JavaScript, you can use
window.locationto change the current location.E.g.