i'm trying to code a servlet to redirect the response to another url and provide a link for the user to click on in case the browser does not repond correctly to the redirect request.
i've successfully coded the first part using res.sendRedirect() method. but coudl not figure out how to provide a link.
i've successfully coded the first part using res.sendRedirect() method. but coudl not figure out how to provide a link.