error_page.jsp

来自「Sun公司Dream项目」· JSP 代码 · 共 26 行

JSP
26
字号
<%@ page isErrorPage = "true" %>



<% System.out.println("In Error Page "); %>

<%@ include file="common_imports.jsp" %>



<%

    pageTitle = "Error";

    if (jspPath == null)

        jspPath = "/shop/index.jsp";



%>

<%@ include file="top_body.jsp" %>

            <td width="395" valign="top">

              <table width="375" border="0" cellspacing="0" cellpadding="3">

                <tr>

                  <td>&nbsp;</td>

                </tr>

                <tr>

                  <td>Sorry, your request can not be completed. Please try again.</td>

                </tr>

	      </table>

	    </td>



<%@ include file = "right_content.jsp" %>

<%@ include file="footer.jsp" %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?