⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error1.jsp

📁 java写的一个考试系统
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String errmsg="";
errmsg=(String)session.getAttribute("ErrorMsg");
%>
<html>
<head>
<base href="<%=basePath%>">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<META NAME="DESCRIPTION" CONTENT="">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Window-target" CONTENT="_top">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">
<title>信息提示</title>
<link rel="stylesheet" href="common/css/style.css" type="text/css">
<style type="text/css">
<!--
.style2 {font-size: 18px}
.style3 {
	font-size: larger;
	font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<form name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#EEEEEE">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
  <table width="95%" border="0" cellspacing="2" cellpadding="0" align="center">
    <tr> 
      <td class="toptd" align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td class="xxline"><img src="images/1px.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="70%" border="0" cellspacing="0" cellpadding="0" align="center" height="150">
    <tr>
      <td width="150"><img src="images/pic_error.gif" width="150" height="150"></td>
      <td>
        <table width="95%" height="145" border="0" align="center" cellpadding="0" cellspacing="2">
          <tr>
            <td height="36" align="center" class="titlefont1 style2"><span class="titlefont1 style1">操作失败信息</span></td>
          </tr>
          <tr> 
            <td height="47" align="center" valign="bottom" class="word"><span class="style3">
              <input  type="button" class="button_xh" value="关 闭" onclick="window.close()">
            <%=errmsg%></span></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <table width="95%" border="0" cellspacing="2" cellpadding="0" align="center">
    <tr> 
      <td>&nbsp; </td>
    </tr>
    <tr> 
      <td class="xxline"><img src="images/1px.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td class="toptd" align="center">
        <table border="0" cellspacing="0" cellpadding="0" align="center">
          <tr align="center"> 
            <td width="100">&nbsp;</td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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