ordererrorpage.jsp
来自「大量jsp编程使用例子」· JSP 代码 · 共 22 行
JSP
22 行
<%@ page language="java" isErrorPage="true" %>
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title>orderErrorPage</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p><%= exception.toString() %></P>
<form name="form1" action="webOrder.html" >
<input type="submit" name="Submit" value=" 回订购页 " >
</form>
<p> </p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?