if( YOUR_ERROR_CONDITION ){ response.sendRedirect("error.jsp"); } error.jsp will contain the Javascript window.top.document.location.href = "error_page.jsp; ...
jsp iframe redirct에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.
if( YOUR_ERROR_CONDITION ){ response.sendRedirect("error.jsp"); } error.jsp will contain the Javascript window.top.document.location.href = "error_page.jsp; ...
jsp iframe redirct에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.
원문 링크 : jsp iframe redirct