popedom.asp

来自「红金羚v1.5办公自动化软件是基于大型数据库系统开发的应用系统」· ASP 代码 · 共 36 行

ASP
36
字号
<%
popedomvalue=ReadPopedom("System_Option_Popedom",oabusyusername)
if popedomvalue<>"yes" then
%>
<html>
<head>
<meta http-equiv="expires" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/css.css">
<title>出错信息!</title>
</head>
<body bgcolor="#ffffff" topmargin="5" leftmargin="5">
<br><br>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="450" height="201">
  <tr>
    <td width="100%" height="25" colspan="2">
      <p align="center"><b><font size="5" color="#EE0000"><img border="0" src="../Images/msg.gif">出错了!</font></b></p>
      <hr noshade color="#EE0000">
    </td>
  </tr>
  <tr>
    <td width="6%" height="174"><img src="../Images/errorico.gif" border="0"></td>
    <td width="94%" height="174"><font color="#ee0000" size="+2"><b>对不起,您不能执行这个功能!</b></font></td>
  </tr>
  <tr>
  <td colspan="2" width="100%" height="27"><center><input type="button" name="return" value=" 返回 " onclick="history.go(-1);"></center></td>
  </tr>
</table>
</div>
</body>
</html>
<%
	response.end
end if
%>

⌨️ 快捷键说明

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