Send redirect


  •  EL

     <%=response.sendredirect("")%>
  •  JSTL

     <c:redirect uri="" />
  • SCRIPT

    location.href = "";