error.htm

来自「用delphi+intraweb写的简单报表系统(activeform使用技术)」· HTM 代码 · 共 42 行

HTM
42
字号

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>操作超时</title>
<style>
.f12{
	font-size: 12px;
}
.f14_w{
	font-size: 14px;
	color: #FFFFFF;
}
.f14_b{
	font-size: 14px;
	color: #000000;
}
.border{
	border: 1px solid #BEBEBE; border-width:1px 2px 2px 1px; border-style:solid; border-color:black; background:white;"
}
</style>
</head>

<body bgcolor="#EAEAEA" topmargin="40">
<table width="401" height="146" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
  <tr>
    <td width="319" height="34" bgcolor="#CC6600" style="padding:2px ">  <span class="f14_w"><b>错 误 信 息</b></span></td>
    <td width="66" bgcolor="#CC6600" class="f12"><font color="#CCCCCC">人华易经</font></td>
  </tr>
  <tr>
    <td height="39" colspan="2" style="padding:30px "><br>
<li class="f14_b">操作超时,请返回重新登录验证后重试!</td>
  </tr>
  <tr align="center">
    <td height="39" colspan="2" style="padding:12px ">
      <input type="submit" name="Submit" value="返回首页" onClick="location='http://www.rhyj.net';">  
      <input type="submit" name="Submit" value="关闭窗口" onClick="javascript:window.close();">
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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