How to make a user redirect when servlet responds with saving the current request data?
I created an index.html page in which I made a form to fill out (login, password). Given through the action form sent to the servlet. Question: How can I transfer a user to another html page, while inserting data from servlet variables?